Skip to content

Commit

Permalink
Maybe it WAS setuptools all along
Browse files Browse the repository at this point in the history
  • Loading branch information
ajjackson committed Jul 31, 2024
1 parent 3b54fce commit e693aea
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions doc/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
numpy>=1.21.3
setuptools==71.1.0
sphinx==5.3.0
sphinx-argparse==0.3.2
sphinx-autodoc-typehints==1.19.5
sphinx-rtd-theme==1.1.1
wheel==0.43
2 changes: 2 additions & 0 deletions tests_and_analysis/tox_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ pytest-lazy-fixture
pytest-xvfb
python-slugify
toolz
wheel==0.43
setuptools==71.1.0
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ install_command =
{packages}
deps =
numpy
wheel==0.43
-r{toxinidir}/tests_and_analysis/tox_requirements.txt
commands_pre =
python -m pip install \
Expand Down

0 comments on commit e693aea

Please sign in to comment.