Crashbandicoote2 commited on
Commit
44a9508
·
verified ·
1 Parent(s): 0f53490

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. pyproject.toml +2 -2
pyproject.toml CHANGED
@@ -14,8 +14,8 @@ version = "0.1.0"
14
  description = "Unity ML-Agents Environment for OpenEnv - wraps Unity environments like PushBlock, 3DBall, GridWorld"
15
  requires-python = ">=3.10"
16
  dependencies = [
17
- # Core OpenEnv dependencies (required for server functionality)
18
- "openenv-core[core]>=0.2.0",
19
  "fastapi>=0.115.0",
20
  "pydantic>=2.0.0",
21
  "uvicorn>=0.24.0",
 
14
  description = "Unity ML-Agents Environment for OpenEnv - wraps Unity environments like PushBlock, 3DBall, GridWorld"
15
  requires-python = ">=3.10"
16
  dependencies = [
17
+ # Core OpenEnv dependencies (installed from git for latest features)
18
+ "openenv-core[core] @ git+https://github.com/meta-pytorch/OpenEnv.git#subdirectory=src/openenv",
19
  "fastapi>=0.115.0",
20
  "pydantic>=2.0.0",
21
  "uvicorn>=0.24.0",