Fix dependency issues with omegaconf and hydra (#20025)

This commit is contained in:
awaelchli 2024-06-28 10:43:26 +02:00 committed by GitHub
parent c2a96e88ba
commit b6be13ce30
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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