Skip to content

Commit

Permalink
Merge pull request #939 from lrzpellegrini/lvis_dependency
Browse files Browse the repository at this point in the history
Added lvis dependency
  • Loading branch information
lrzpellegrini committed Mar 16, 2022
2 parents 8966e00 + cfc35f6 commit 0433e47
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,4 @@ dependencies:
- gdown
- ctrl-benchmark
- gym
- lvis
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ dependencies:
- gdown
- ctrl-benchmark
- gym
- lvis
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ def get_version(rel_path):
'torchvision',
'gdown',
'ctrl-benchmark',
'lvis',
'setuptools<=59.5.0'
]
)

0 comments on commit 0433e47

Please sign in to comment.