We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 501db35 commit 8cbaf60Copy full SHA for 8cbaf60
setup.py
@@ -184,7 +184,7 @@ def get_model_zoo_configs() -> List[str]:
184
# NOTE: when updating fvcore/iopath version, make sure fvcore depends
185
# on compatible version of iopath.
186
"fvcore>=0.1.5,<0.1.6", # required like this to make it pip installable
187
- "iopath>=0.1.7,<0.1.11",
+ "iopath>=0.1.7,<0.2.0",
188
"dataclasses; python_version<'3.7'",
189
"omegaconf>=2.1,<2.4",
190
"hydra-core>=1.1",
0 commit comments