Skip to content

Commit

Permalink
Use build_requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
tgsmith61591 committed Nov 13, 2024
1 parent 2632903 commit 844a6c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
# we'll need packaging, numpy, and cython to build this. let install_requires do all the
# rest of the work. We build with our lowest supported numpy version to make sure there is no regression
make requirements
pip install "packaging>=17.1" "numpy~=2.0.0" "cython~=3.0.0"
python setup.py sdist
cd dist
Expand Down
4 changes: 3 additions & 1 deletion build_tools/build_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Other requirements needed in CI / deploying only
numpy==2.0.0
scipy==1.10
cython==3.0.0
patsy
pytest
pytest-mpl
Expand Down

0 comments on commit 844a6c5

Please sign in to comment.