Spaces:
Sleeping
Sleeping
Update pyproject.toml
Browse files- pyproject.toml +12 -1
pyproject.toml
CHANGED
|
@@ -8,7 +8,18 @@ version = "0.1.1"
|
|
| 8 |
description = "Add your description here"
|
| 9 |
readme = "README.md"
|
| 10 |
requires-python = ">=3.10"
|
| 11 |
-
dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
|
| 13 |
[project.scripts]
|
| 14 |
server = "envs.echo_env.server.app:cli"
|
|
|
|
| 8 |
description = "Add your description here"
|
| 9 |
readme = "README.md"
|
| 10 |
requires-python = ">=3.10"
|
| 11 |
+
dependencies = [
|
| 12 |
+
"torch>=1.9.0",
|
| 13 |
+
"numpy>=1.19.0",
|
| 14 |
+
"requests>=2.25.0",
|
| 15 |
+
"fastapi>=0.104.0",
|
| 16 |
+
"uvicorn>=0.24.0",
|
| 17 |
+
"smolagents>=1.22.0,<2",
|
| 18 |
+
"typer>=0.9.0",
|
| 19 |
+
"rich>=13.0.0",
|
| 20 |
+
"pyyaml>=6.0",
|
| 21 |
+
"huggingface_hub>=0.20.0"
|
| 22 |
+
]
|
| 23 |
|
| 24 |
[project.scripts]
|
| 25 |
server = "envs.echo_env.server.app:cli"
|