Skip to content

Commit 2f2a4b8

Browse files
committed
moving requirements for docs to a separate file because they are not
needed when runnin the tests
1 parent 8f5f35d commit 2f2a4b8

File tree

4 files changed

+12
-16
lines changed

4 files changed

+12
-16
lines changed

requirements-cli.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
click==8.1.7
1+
click==8.1.8
22
pyyaml==6.0.2

requirements-dev.txt

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,21 @@
11
-r requirements.txt
22
-r requirements-cli.txt
33
bump2version==1.0.1
4-
jsonpickle==4.0.0
5-
coverage==7.6.9
4+
jsonpickle==4.0.1
5+
coverage==7.6.10
66
ipdb==0.13.13
7-
numpy==2.1.3
7+
numpy==2.2.2
88
pytest==8.3.4
99
pytest-cov==6.0.0
1010
python-dotenv==1.0.1
11-
Sphinx==6.2.1 # We use the html style that is not supported in Sphinx 7 anymore.
12-
sphinx-sitemap==2.6.0
13-
sphinxemoji==0.3.1
1411
flake8==7.1.1
1512
python-dateutil==2.9.0.post0
16-
orjson==3.10.12
13+
orjson==3.10.15
1714
wheel==0.45.1
1815
tomli==2.2.1
19-
tomli-w==1.1.0
20-
pydantic==2.10.3
16+
tomli-w==1.2.0
17+
pydantic==2.10.6
2118
pytest-benchmark==5.1.0
2219
pandas==2.2.3
23-
polars==1.16.0
24-
setuptools==75.6.0
20+
polars==1.21.0
21+
setuptools==75.8.0

requirements-dev3.8.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ numpy>=1.24.4,<2.0.0
88
pytest==8.2.2
99
pytest-cov==5.0.0
1010
python-dotenv==1.0.1
11-
watchdog>=4.0.1
12-
Sphinx==6.2.1 # We use the html style that is not supported in Sphinx 7 anymore.
13-
sphinx-sitemap==2.6.0
14-
sphinxemoji==0.2.0
1511
flake8==7.1.0
1612
python-dateutil==2.9.0.post0
1713
orjson==3.10.12

requirements-docs.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Sphinx==6.2.1 # We use the html style that is not supported in Sphinx 7 anymore.
2+
sphinx-sitemap==2.6.0
3+
sphinxemoji==0.3.1

0 commit comments

Comments
 (0)