Skip to content

Commit a82765c

Browse files
committed
[#1400] update Python dependency caps to latest releases
1 parent 2d2db7d commit a82765c

4 files changed

Lines changed: 27 additions & 26 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Updated Python requirement version caps to include the latest dependency releases.

requirements.txt

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
pandas>=2.0.3,<=2.3.3
2-
matplotlib>=3.7.5,<=3.10.7
3-
numpy>=1.24.4,<2.4.0; python_version < "3.13"
4-
numpy>=2.0,<2.4.0; python_version >= "3.13"
1+
pandas>=2.0.3,<=3.0.3
2+
matplotlib>=3.7.5,<=3.10.9
3+
numpy>=1.24.4,<=2.4.6; python_version < "3.13"
4+
numpy>=2.0,<=2.4.6; python_version >= "3.13"
55
colorama==0.4.6
6-
tqdm==4.67.1
7-
pillow>=10.4.0,<=12.0.0
8-
requests>=2.32.3,<=2.32.5
9-
bokeh>=3.1.1,<=3.8.1
10-
protobuf>=5.29.4,<=6.33.1
11-
pooch>=1.7.0,<1.9
12-
sgp4==2.23
6+
tqdm==4.67.3
7+
pillow>=10.4.0,<=12.2.0
8+
requests>=2.32.3,<=2.34.2
9+
bokeh>=3.1.1,<=3.9.0
10+
protobuf>=5.29.4,<=7.35.0
11+
pooch>=1.7.0,<=1.9.0
12+
sgp4==2.25

requirements_dev.txt

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
wheel>=0.45.1,<=0.46.1
2-
cmake>=3.26,<=4.2.0
1+
wheel>=0.45.1,<=0.47.0
2+
cmake>=3.26,<=4.3.2
33
conan>=2.0.5,<=2.28.1
4-
packaging>=24,<26
5-
setuptools>=70.1.0,<=80.9.0
6-
setuptools-scm>=8.0,<=9.2.2
4+
packaging>=24,<=26.2
5+
setuptools>=70.1.0,<=82.0.1
6+
setuptools-scm>=8.0,<=10.0.5
77
swig>=4.4.1,<5
88
libclang>=15.0.6.1,<=18.1.1
99

10-
pytest>=8.3.5,<=9.0.1
11-
pytest-html==4.1.1
10+
pytest>=8.3.5,<=9.0.3
11+
pytest-html==4.2.0
1212
pytest-xdist>=3.6.1,<=3.8.0
1313
pytest-timeout==2.4.0
14-
pytest-rerunfailures>=13.0,<=16.1
14+
pytest-rerunfailures>=13.0,<=16.2
1515

16-
pre-commit>=3.5.0,<=4.5.0
17-
clang-format>=20.1.0,<=21.1.6
16+
pre-commit>=3.5.0,<=4.6.0
17+
clang-format>=20.1.0,<=22.1.5
1818

19-
psutil>=7.0.0,<=7.1.3
19+
psutil>=7.0.0,<=7.2.2

requirements_doc.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
breathe==4.36.0
2-
docutils>=0.21.2,<0.22.0
2+
docutils>=0.21.2,<=0.22.4
33
recommonmark==0.7.1
4-
sphinx>7.0.0,<=8.2.3
5-
sphinx_rtd_theme>=3.0.0,<=3.0.2
4+
sphinx>7.0.0,<=9.1.0
5+
sphinx_rtd_theme>=3.0.0,<=3.1.0
66
sphinx-copybutton==0.5.2
7-
sphinxcontrib-youtube==1.4.1
7+
sphinxcontrib-youtube==1.5.0

0 commit comments

Comments
 (0)