burtenshaw HF Staff commited on
Commit
488d2c3
·
verified ·
1 Parent(s): 3bf8430

Update pyproject.toml

Browse files
Files changed (1) hide show
  1. pyproject.toml +1 -2
pyproject.toml CHANGED
@@ -15,8 +15,7 @@ description = "Rlve Gym environment for OpenEnv"
15
  requires-python = ">=3.10"
16
  dependencies = [
17
  # Core OpenEnv dependencies (required for server functionality)
18
- # "openenv-core @ git+https://github.com/meta-pytorch/OpenEnv.git@main#subdirectory=src/core",
19
- "openenv-core>=0.1.0",
20
  "fastapi>=0.115.0",
21
  "pydantic>=2.0.0",
22
  "uvicorn>=0.24.0",
 
15
  requires-python = ">=3.10"
16
  dependencies = [
17
  # Core OpenEnv dependencies (required for server functionality)
18
+ "openenv-core @ git+https://github.com/meta-pytorch/OpenEnv.git@main#subdirectory=src/core",
 
19
  "fastapi>=0.115.0",
20
  "pydantic>=2.0.0",
21
  "uvicorn>=0.24.0",