tripathysagar commited on
Commit
0da52db
·
verified ·
1 Parent(s): 55330fc

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. pyproject.toml +1 -1
pyproject.toml CHANGED
@@ -16,7 +16,7 @@ requires-python = ">=3.10"
16
  dependencies = [
17
  # Core OpenEnv runtime (provides FastAPI server + HTTP client types)
18
  # install from github
19
- "openenv[core] @ git+https://github.com/meta-pytorch/OpenEnv.git",
20
  # "openenv[core]>=0.2.0",
21
  # Environment-specific dependencies
22
  # Add all dependencies needed for your environment here
 
16
  dependencies = [
17
  # Core OpenEnv runtime (provides FastAPI server + HTTP client types)
18
  # install from github
19
+ "openenv-core @ git+https://github.com/meta-pytorch/OpenEnv.git",
20
  # "openenv[core]>=0.2.0",
21
  # Environment-specific dependencies
22
  # Add all dependencies needed for your environment here