Skip to content

Commit

Permalink
moving requirements for docs to a separate file because they are not
Browse files Browse the repository at this point in the history
needed when runnin the tests
  • Loading branch information
seperman committed Feb 4, 2025
1 parent 8f5f35d commit 2f2a4b8
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 16 deletions.
2 changes: 1 addition & 1 deletion requirements-cli.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
click==8.1.7
click==8.1.8
pyyaml==6.0.2
19 changes: 8 additions & 11 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,24 +1,21 @@
-r requirements.txt
-r requirements-cli.txt
bump2version==1.0.1
jsonpickle==4.0.0
coverage==7.6.9
jsonpickle==4.0.1
coverage==7.6.10
ipdb==0.13.13
numpy==2.1.3
numpy==2.2.2
pytest==8.3.4
pytest-cov==6.0.0
python-dotenv==1.0.1
Sphinx==6.2.1 # We use the html style that is not supported in Sphinx 7 anymore.
sphinx-sitemap==2.6.0
sphinxemoji==0.3.1
flake8==7.1.1
python-dateutil==2.9.0.post0
orjson==3.10.12
orjson==3.10.15
wheel==0.45.1
tomli==2.2.1
tomli-w==1.1.0
pydantic==2.10.3
tomli-w==1.2.0
pydantic==2.10.6
pytest-benchmark==5.1.0
pandas==2.2.3
polars==1.16.0
setuptools==75.6.0
polars==1.21.0
setuptools==75.8.0
4 changes: 0 additions & 4 deletions requirements-dev3.8.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ numpy>=1.24.4,<2.0.0
pytest==8.2.2
pytest-cov==5.0.0
python-dotenv==1.0.1
watchdog>=4.0.1
Sphinx==6.2.1 # We use the html style that is not supported in Sphinx 7 anymore.
sphinx-sitemap==2.6.0
sphinxemoji==0.2.0
flake8==7.1.0
python-dateutil==2.9.0.post0
orjson==3.10.12
Expand Down
3 changes: 3 additions & 0 deletions requirements-docs.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Sphinx==6.2.1 # We use the html style that is not supported in Sphinx 7 anymore.
sphinx-sitemap==2.6.0
sphinxemoji==0.3.1

0 comments on commit 2f2a4b8

Please sign in to comment.