Spaces:
Build error
Build error
Commit
·
e9144e0
1
Parent(s):
35bbbdf
add sympy>=1.14.0
Browse files- pyproject.toml +1 -0
pyproject.toml
CHANGED
|
@@ -23,6 +23,7 @@ dependencies = [
|
|
| 23 |
# Environment-specific dependencies
|
| 24 |
"numpy>=1.19.0",
|
| 25 |
"networkx>=3.0",
|
|
|
|
| 26 |
# Add all dependencies needed for your environment here
|
| 27 |
# Examples:
|
| 28 |
# "gymnasium>=0.29.0",
|
|
|
|
| 23 |
# Environment-specific dependencies
|
| 24 |
"numpy>=1.19.0",
|
| 25 |
"networkx>=3.0",
|
| 26 |
+
"sympy>=1.14.0",
|
| 27 |
# Add all dependencies needed for your environment here
|
| 28 |
# Examples:
|
| 29 |
# "gymnasium>=0.29.0",
|