Spaces:
Running
Running
Coding Ninja commited on
Commit ·
4f3bed5
1
Parent(s): 7564d6c
fix openenv.yaml: use git URL for openenv-core dep, matches requirements.txt
Browse files- openenv.yaml +1 -1
openenv.yaml
CHANGED
|
@@ -52,7 +52,7 @@ inference:
|
|
| 52 |
requirements:
|
| 53 |
python: ">=3.11"
|
| 54 |
dependencies:
|
| 55 |
-
- openenv-core
|
| 56 |
- fastapi>=0.115
|
| 57 |
- pydantic>=2.7
|
| 58 |
- uvicorn>=0.30
|
|
|
|
| 52 |
requirements:
|
| 53 |
python: ">=3.11"
|
| 54 |
dependencies:
|
| 55 |
+
- "openenv-core @ git+https://github.com/meta-pytorch/OpenEnv.git"
|
| 56 |
- fastapi>=0.115
|
| 57 |
- pydantic>=2.7
|
| 58 |
- uvicorn>=0.30
|