Spaces:
Sleeping
Sleeping
burtenshaw
commited on
Commit
·
a68ff14
1
Parent(s):
be431d9
more dependencies
Browse files- pyproject.toml +1 -1
pyproject.toml
CHANGED
|
@@ -22,9 +22,9 @@ dependencies = [
|
|
| 22 |
"requests>=2.31.0",
|
| 23 |
# Environment-specific dependencies
|
| 24 |
"torch>=2.0.0",
|
|
|
|
| 25 |
# Add all dependencies needed for your environment here
|
| 26 |
# Examples:
|
| 27 |
-
# "numpy>=1.19.0",
|
| 28 |
# "gymnasium>=0.29.0",
|
| 29 |
# "openspiel>=1.0.0",
|
| 30 |
# "smolagents>=1.22.0,<2",
|
|
|
|
| 22 |
"requests>=2.31.0",
|
| 23 |
# Environment-specific dependencies
|
| 24 |
"torch>=2.0.0",
|
| 25 |
+
"numpy>=1.19.0",
|
| 26 |
# Add all dependencies needed for your environment here
|
| 27 |
# Examples:
|
|
|
|
| 28 |
# "gymnasium>=0.29.0",
|
| 29 |
# "openspiel>=1.0.0",
|
| 30 |
# "smolagents>=1.22.0,<2",
|