Skip to content

Commit

Permalink
Fixing build/test failures (#312)
Browse files Browse the repository at this point in the history
Pin setuptools and wheel; CI broke overnight :(
  • Loading branch information
ajjackson authored Jul 31, 2024
1 parent 994a4e4 commit d1292be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
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

0 comments on commit d1292be

Please sign in to comment.