Skip to content

Commit 8cbaf60

Browse files
committed
Update setup.py
1 parent 501db35 commit 8cbaf60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ def get_model_zoo_configs() -> List[str]:
184184
# NOTE: when updating fvcore/iopath version, make sure fvcore depends
185185
# on compatible version of iopath.
186186
"fvcore>=0.1.5,<0.1.6", # required like this to make it pip installable
187-
"iopath>=0.1.7,<0.1.11",
187+
"iopath>=0.1.7,<0.2.0",
188188
"dataclasses; python_version<'3.7'",
189189
"omegaconf>=2.1,<2.4",
190190
"hydra-core>=1.1",

0 commit comments

Comments
 (0)