Update pyproject.toml
Browse files- pyproject.toml +1 -1
pyproject.toml
CHANGED
|
@@ -16,7 +16,7 @@ requires-python = ">=3.10"
|
|
| 16 |
dependencies = [
|
| 17 |
# Core OpenEnv runtime (provides FastAPI server + HTTP client types)
|
| 18 |
# install from github
|
| 19 |
-
"openenv-core @ git+https://github.com/meta-pytorch/OpenEnv.git",
|
| 20 |
"pytest>=8.4.0",
|
| 21 |
# Environment-specific dependencies
|
| 22 |
# Add all dependencies needed for your environment here
|
|
|
|
| 16 |
dependencies = [
|
| 17 |
# Core OpenEnv runtime (provides FastAPI server + HTTP client types)
|
| 18 |
# install from github
|
| 19 |
+
"openenv-core @ git+https://github.com/meta-pytorch/OpenEnv.git@v0.2.1",
|
| 20 |
"pytest>=8.4.0",
|
| 21 |
# Environment-specific dependencies
|
| 22 |
# Add all dependencies needed for your environment here
|