We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfc2391 commit 4e121f4Copy full SHA for 4e121f4
.actions/requirements.txt
@@ -1,3 +1,3 @@
1
-jsonargparse >=4.16.0, <4.28.0
+jsonargparse >=4.16.0, <=4.35.0
2
requests
3
packaging
requirements/pytorch/extra.txt
@@ -5,7 +5,7 @@
5
matplotlib>3.1, <3.9.0
6
omegaconf >=2.2.3, <2.4.0
7
hydra-core >=1.2.0, <1.4.0
8
-jsonargparse[signatures] >=4.27.7, <4.28.0
+jsonargparse[signatures] >=4.27.7, <=4.35.0
9
rich >=12.3.0, <13.6.0
10
tensorboardX >=2.2, <2.7.0 # min version is set by torch.onnx missing attribute
11
bitsandbytes >=0.44.0,<0.44.2; sys_platform == 'linux' or sys_platform == 'win32'
0 commit comments