Roopalgn commited on
Commit
969eaef
·
unverified ·
2 Parent(s): 7564d6c4f3bed5

Merge pull request #3 from suyashkumar102/main

Browse files

fix openenv.yaml: use git URL for openenv-core dep, matches requirement.txt
Dockerfile reviewed, no change needed
pyproject.toml reviewed, no change needed
requirements.txt reviewed, no change needed

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