Skip to content

Commit 961c481

Browse files
committed
pin python dependencies in txt files
1 parent d2da818 commit 961c481

3 files changed

Lines changed: 27 additions & 27 deletions

File tree

requirements.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
pandas
2-
matplotlib
3-
numpy
4-
colorama
5-
tqdm
6-
Pillow
7-
requests
8-
bokeh
9-
protobuf
1+
pandas==2.2.3
2+
matplotlib==3.10.1
3+
numpy==2.2.4
4+
colorama==0.4.6
5+
tqdm==4.67.1
6+
pillow==11.2.1
7+
requests==2.32.3
8+
bokeh==3.7.2
9+
protobuf==6.30.2

requirements_dev.txt

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
wheel
2-
cmake<4.0
3-
conan>2.0.5
4-
packaging>=22
5-
setuptools>=70.1.0
6-
setuptools-scm>=8.0
1+
wheel>=0.45.1,<=0.46.1
2+
cmake>=3.26,<4.0
3+
conan>=2.0.5,<=2.15.1
4+
packaging>=22,<=24.2
5+
setuptools>=70.1.0,<=78.1.0
6+
setuptools-scm>=8.0,<=8.2.1
77

8-
pytest
9-
pytest-html
10-
pytest-xdist
8+
pytest==8.3.5
9+
pytest-html==4.1.1
10+
pytest-xdist==3.6.1
1111

12-
pre-commit
13-
clang-format
12+
pre-commit>=3.5.0,<=4.2.0
13+
clang-format==20.1.0
1414

15-
psutil
15+
psutil==7.0.0

requirements_doc.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
breathe
2-
docutils
3-
recommonmark
4-
sphinx>7.0.0
5-
sphinx_rtd_theme>=3.0.0
6-
sphinx-copybutton
1+
breathe==4.36.0
2+
docutils==0.21.2
3+
recommonmark==0.7.1
4+
sphinx>7.0.0,=<8.2.3
5+
sphinx_rtd_theme>=3.0.0,<=3.0.2
6+
sphinx-copybutton==0.5.2

0 commit comments

Comments
 (0)