Skip to content

Commit ff69855

Browse files
ppwwyyxxfacebook-github-bot
authored andcommitted
update dependencies to hydra1.1
Reviewed By: alexander-kirillov Differential Revision: D28457435 fbshipit-source-id: 945ce0ac4989638bace4de374c70860f67d4936d
1 parent 5ef0708 commit ff69855

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -215,15 +215,15 @@ def get_model_zoo_configs() -> List[str]:
215215
"tensorboard",
216216
# Lock version of fvcore/iopath because they may have breaking changes
217217
# NOTE: when updating fvcore/iopath version, make sure fvcore depends
218-
# on the same version of iopath.
218+
# on compatible version of iopath.
219219
"fvcore>=0.1.5,<0.1.6", # required like this to make it pip installable
220220
"iopath>=0.1.7,<0.1.9",
221221
"pycocotools>=2.0.2", # corresponds to https://github.com/ppwwyyxx/cocoapi
222222
"future", # used by caffe2
223223
"pydot", # used to save caffe2 SVGs
224224
"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",
227227
"black==21.4b2",
228228
# When adding to the list, may need to update docs/requirements.txt
229229
# or add mock in docs/conf.py

0 commit comments

Comments
 (0)