Skip to content

Commit ad6325b

Browse files
authored
Merge branch 'master' into fix/ci-rich-progress-bar
2 parents ab9fc78 + fb18e9f commit ad6325b

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

requirements/ci.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
setuptools <80.9.1
22
wheel <0.46.0
3-
awscli >=1.30.0, <1.42.0
3+
awscli >=1.30.0, <1.43.0
44
twine ==6.1.0
55
importlib-metadata <9.0.0
66
wget

requirements/docs.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ myst-parser >=0.18.1, <4.0.0
33
nbsphinx >=0.8.5, <=0.9.7
44
nbconvert >7.14, <7.17
55
pandoc >=1.0, <=2.4
6-
docutils>=0.18.1,<=0.19
6+
docutils>=0.18.1,<=0.22
77
sphinxcontrib-fulltoc >=1.0, <=1.2.0
88
sphinxcontrib-mockautodoc
99
sphinx-autobuild

requirements/fabric/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
coverage ==7.9.2
1+
coverage ==7.10.2
22
numpy >=1.17.2, <1.27.0
33
pytest ==8.4.1
44
pytest-cov ==6.2.1

requirements/pytorch/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
coverage ==7.9.2
1+
coverage ==7.10.2
22
pytest ==8.4.1
33
pytest-cov ==6.2.1
44
pytest-timeout ==2.4.0

requirements/typing.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
mypy==1.17.0
1+
mypy==1.17.1
22
torch==2.7.1
33

44
types-Markdown

0 commit comments

Comments
 (0)