Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files- pyproject.toml +1 -1
pyproject.toml
CHANGED
|
@@ -15,7 +15,7 @@ description = "Benchmark environment for OpenEnv"
|
|
| 15 |
requires-python = ">=3.10"
|
| 16 |
dependencies = [
|
| 17 |
# Core OpenEnv runtime (provides FastAPI server + HTTP client types)
|
| 18 |
-
"openenv[core] @ git+https://github.com/meta-pytorch/OpenEnv.git@
|
| 19 |
"uvicorn[standard]",
|
| 20 |
# Environment-specific dependencies
|
| 21 |
# Add all dependencies needed for your environment here
|
|
|
|
| 15 |
requires-python = ">=3.10"
|
| 16 |
dependencies = [
|
| 17 |
# Core OpenEnv runtime (provides FastAPI server + HTTP client types)
|
| 18 |
+
"openenv[core] @ git+https://github.com/meta-pytorch/OpenEnv.git@async-http",
|
| 19 |
"uvicorn[standard]",
|
| 20 |
# Environment-specific dependencies
|
| 21 |
# Add all dependencies needed for your environment here
|