Fix dependency issues with omegaconf and hydra (#20025)
This commit is contained in:
parent
c2a96e88ba
commit
b6be13ce30
|
@ -3,8 +3,8 @@
|
||||||
|
|
||||||
# extended list of package dependencies to reach full functionality
|
# extended list of package dependencies to reach full functionality
|
||||||
matplotlib>3.1, <3.9.0
|
matplotlib>3.1, <3.9.0
|
||||||
omegaconf >=2.0.5, <2.4.0
|
omegaconf >=2.2.3, <2.4.0
|
||||||
hydra-core >=1.0.5, <1.4.0
|
hydra-core >=1.2.0, <1.4.0
|
||||||
jsonargparse[signatures] >=4.27.7, <4.28.0
|
jsonargparse[signatures] >=4.27.7, <4.28.0
|
||||||
rich >=12.3.0, <13.6.0
|
rich >=12.3.0, <13.6.0
|
||||||
tensorboardX >=2.2, <2.7.0 # min version is set by torch.onnx missing attribute
|
tensorboardX >=2.2, <2.7.0 # min version is set by torch.onnx missing attribute
|
||||||
|
|
Loading…
Reference in New Issue