Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files- pyproject.toml +1 -0
pyproject.toml
CHANGED
|
@@ -14,6 +14,7 @@ version = "0.1.0"
|
|
| 14 |
description = "Maze environment for OpenEnv"
|
| 15 |
requires-python = ">=3.10"
|
| 16 |
dependencies = [
|
|
|
|
| 17 |
# Core OpenEnv runtime (provides FastAPI server + HTTP client types)
|
| 18 |
# install from github
|
| 19 |
"openenv-core[core] @ git+https://github.com/meta-pytorch/OpenEnv.git",
|
|
|
|
| 14 |
description = "Maze environment for OpenEnv"
|
| 15 |
requires-python = ">=3.10"
|
| 16 |
dependencies = [
|
| 17 |
+
"mazelib",
|
| 18 |
# Core OpenEnv runtime (provides FastAPI server + HTTP client types)
|
| 19 |
# install from github
|
| 20 |
"openenv-core[core] @ git+https://github.com/meta-pytorch/OpenEnv.git",
|