Skip to content

Commit

Permalink
Merge pull request #246 from benjaminrwilson/master
Browse files Browse the repository at this point in the history
Bump hydra + omegaconf.
  • Loading branch information
benjaminrwilson authored Jun 28, 2021
2 parents 5fb4fe9 + d479f29 commit c0fb51b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,18 +47,18 @@
packages=find_packages(exclude=["tests", "integration_tests", "map_files"]),
package_data={"argoverse": ["argoverse/visualization/data/**/*"]},
include_package_data=True,
python_requires=">= 3.6",
python_requires=">= 3.7",
install_requires=[
"colour",
"descartes",
"imageio",
"h5py",
"hydra-core==1.1.0dev6",
"hydra-core==1.1.0",
"lap",
"matplotlib",
"motmetrics==1.1.3",
"numpy==1.19",
"omegaconf==2.1.0.dev26",
"omegaconf==2.1.0",
"opencv-python>=4.1.0.25",
"pandas>=0.23.1",
"pillow",
Expand Down

0 comments on commit c0fb51b

Please sign in to comment.