Skip to content

Commit

Permalink
Fix dependency issues with omegaconf and hydra (#20025)
Browse files Browse the repository at this point in the history
  • Loading branch information
awaelchli authored Jun 28, 2024
1 parent c2a96e8 commit b6be13c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements/pytorch/extra.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

# extended list of package dependencies to reach full functionality
matplotlib>3.1, <3.9.0
omegaconf >=2.0.5, <2.4.0
hydra-core >=1.0.5, <1.4.0
omegaconf >=2.2.3, <2.4.0
hydra-core >=1.2.0, <1.4.0
jsonargparse[signatures] >=4.27.7, <4.28.0
rich >=12.3.0, <13.6.0
tensorboardX >=2.2, <2.7.0 # min version is set by torch.onnx missing attribute
Expand Down

0 comments on commit b6be13c

Please sign in to comment.