File tree Expand file tree Collapse file tree 7 files changed +11
-11
lines changed Expand file tree Collapse file tree 7 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
1
setuptools <80.9.1
2
2
wheel <0.46.0
3
3
awscli >=1.30.0, <1.43.0
4
- twine ==6.1 .0
4
+ twine ==6.2 .0
5
5
importlib-metadata <9.0.0
6
6
wget
7
7
pkginfo ==1.12.1.2
Original file line number Diff line number Diff line change 1
- pytest ==8.4.1
1
+ pytest ==8.4.2
2
2
pytest-doctestplus ==1.4.0
Original file line number Diff line number Diff line change 2
2
# in case you want to preserve/enforce restrictions on the latest compatible version, add "strict" as an in-line comment
3
3
4
4
torch >=2.1.0, <2.9.0
5
- fsspec[http] >=2022.5.0, <2025.8 .0
5
+ fsspec[http] >=2022.5.0, <2025.10 .0
6
6
packaging >=20.0, <=25.0
7
7
typing-extensions >4.5.0, <4.16.0
8
8
lightning-utilities >=0.10.0, <0.16.0
Original file line number Diff line number Diff line change 1
1
coverage ==7.10.6
2
2
numpy >=1.21.0, <1.27.0
3
- pytest ==8.4.1
4
- pytest-cov ==6.2.1
3
+ pytest ==8.4.2
4
+ pytest-cov ==6.3.0
5
5
pytest-timeout ==2.4.0
6
- pytest-rerunfailures ==16.0
6
+ pytest-rerunfailures ==16.0.1
7
7
pytest-random-order ==1.2.0
8
8
click ==8.1.8; python_version < "3.11"
9
9
click ==8.2.1; python_version > "3.10"
Original file line number Diff line number Diff line change 4
4
torch >=2.1.0, <2.9.0
5
5
tqdm >=4.57.0, <4.68.0
6
6
PyYAML >5.4, <6.1.0
7
- fsspec[http] >=2022.5.0, <2025.8 .0
7
+ fsspec[http] >=2022.5.0, <2025.10 .0
8
8
torchmetrics >0.7.0, <1.9.0
9
9
packaging >=20.0, <=25.0
10
10
typing-extensions >4.5.0, <4.16.0
Original file line number Diff line number Diff line change 5
5
matplotlib>3.1, <3.11.0
6
6
omegaconf >=2.2.3, <2.4.0
7
7
hydra-core >=1.2.0, <1.4.0
8
- jsonargparse[signatures,jsonnet] >=4.39.0, <4.41 .0
8
+ jsonargparse[signatures,jsonnet] >=4.39.0, <4.42 .0
9
9
rich >=12.3.0, <14.2.0
10
10
tensorboardX >=2.2, <2.7.0 # min version is set by torch.onnx missing attribute
11
11
bitsandbytes >=0.45.2,<0.47.0; platform_system != "Darwin"
Original file line number Diff line number Diff line change 1
1
coverage ==7.10.6
2
- pytest ==8.4.1
3
- pytest-cov ==6.2.1
2
+ pytest ==8.4.2
3
+ pytest-cov ==6.3.0
4
4
pytest-timeout ==2.4.0
5
- pytest-rerunfailures ==16.0
5
+ pytest-rerunfailures ==16.0.1
6
6
pytest-random-order ==1.2.0
7
7
8
8
# needed in tests
You can’t perform that action at this time.
0 commit comments