Skip to content

Commit 9d82db9

Browse files
authored
Merge branch 'master' into master
2 parents 9182413 + 68f2adc commit 9d82db9

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

requirements/ci.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
setuptools <70.1.1
1+
setuptools <80.4.1
22
wheel <0.46.0
33
awscli >=1.30.0, <1.41.0
4-
twine ==6.0.1
4+
twine ==6.1.0
55
importlib-metadata <9.0.0
66
wget
77
pkginfo ==1.12.1.2

requirements/docs.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
sphinx >5.0, <6.0
22
myst-parser >=0.18.1, <3.0.0
3-
nbsphinx >=0.8.5, <=0.9.2
3+
nbsphinx >=0.8.5, <=0.9.7
44
nbconvert <7.14 # temporary fix for https://github.com/jupyter/nbconvert/issues/2092
55
pandoc >=1.0, <=2.3
66
docutils >=0.16, <0.22
@@ -12,9 +12,9 @@ sphinx-paramlinks >=0.5.1, <=0.6.0
1212
sphinx-togglebutton >=0.2, <=0.3.2
1313
sphinx-copybutton >=0.3, <=0.5.2
1414
sphinx-multiproject
15-
sphinx-toolbox ==3.5.0
15+
sphinx-toolbox ==3.10.0
1616
sphinx-rtd-dark-mode
17-
sphinxcontrib-video ==0.2.0
17+
sphinxcontrib-video ==0.4.1
1818
jinja2 <3.2.0
1919

2020
lightning-utilities >=0.11.1, <0.15.0

requirements/fabric/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ pytest-cov ==6.1.1
55
pytest-timeout ==2.3.1
66
pytest-rerunfailures ==12.0
77
pytest-random-order ==1.1.1
8-
click ==8.1.7
8+
click ==8.1.8
99
tensorboardX >=2.2, <2.7.0 # min version is set by torch.onnx missing attribute

requirements/pytorch/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# in case you want to preserve/enforce restrictions on the latest compatible version, add "strict" as an in-line comment
33

44
torch >=2.1.0, <2.8.0
5-
tqdm >=4.57.0, <4.67.0
5+
tqdm >=4.57.0, <4.68.0
66
PyYAML >=5.4, <6.1.0
77
fsspec[http] >=2022.5.0, <2025.4.0
88
torchmetrics >=0.7.0, <1.8.0

requirements/pytorch/docs.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
nbformat # used for generate empty notebook
44
ipython[notebook] <8.19.0
5-
setuptools<58.0 # workaround for `error in ipython setup command: use_2to3 is invalid.`
5+
setuptools<81.0 # workaround for `error in ipython setup command: use_2to3 is invalid.`
66

77
#-r ../../_notebooks/.actions/requires.txt

requirements/pytorch/extra.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ matplotlib>3.1, <3.9.0
66
omegaconf >=2.2.3, <2.4.0
77
hydra-core >=1.2.0, <1.4.0
88
jsonargparse[signatures] >=4.28.0, <=4.40.0
9-
rich >=12.3.0, <13.6.0
9+
rich >=12.3.0, <14.1.0
1010
tensorboardX >=2.2, <2.7.0 # min version is set by torch.onnx missing attribute
1111
bitsandbytes >=0.45.2,<0.45.3; platform_system != "Darwin"

0 commit comments

Comments
 (0)