File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -215,15 +215,15 @@ def get_model_zoo_configs() -> List[str]:
215
215
"tensorboard" ,
216
216
# Lock version of fvcore/iopath because they may have breaking changes
217
217
# NOTE: when updating fvcore/iopath version, make sure fvcore depends
218
- # on the same version of iopath.
218
+ # on compatible version of iopath.
219
219
"fvcore>=0.1.5,<0.1.6" , # required like this to make it pip installable
220
220
"iopath>=0.1.7,<0.1.9" ,
221
221
"pycocotools>=2.0.2" , # corresponds to https://github.com/ppwwyyxx/cocoapi
222
222
"future" , # used by caffe2
223
223
"pydot" , # used to save caffe2 SVGs
224
224
"dataclasses; python_version<'3.7'" ,
225
- "omegaconf>=2.1.0.dev24 " ,
226
- "hydra-core>=1.1.0.dev5 " ,
225
+ "omegaconf>=2.1.0rc1 " ,
226
+ "hydra-core>=1.1.0rc1 " ,
227
227
"black==21.4b2" ,
228
228
# When adding to the list, may need to update docs/requirements.txt
229
229
# or add mock in docs/conf.py
You can’t perform that action at this time.
0 commit comments