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