Skip to content

Commit

Permalink
Fix one more occurence
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronreidsmith committed Apr 19, 2021
1 parent e6017dd commit dacbcec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_tools/circle/install_from_sdist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e

# we'll need numpy and cython to build this. let install_requires do all the
# rest of the work.
pip install "numpy>=1.16" "cython>=0.29,!=0.29.18"
pip install "numpy~=1.19" "cython>=0.29,!=0.29.18"
python setup.py sdist

# it will always be 0.0.0 since we didn't version it
Expand Down

0 comments on commit dacbcec

Please sign in to comment.