burtenshaw HF Staff commited on
Commit
47149b0
·
verified ·
1 Parent(s): 5d897b1

Update pyproject.toml

Browse files
Files changed (1) hide show
  1. 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