Skip to content

Commit

Permalink
CI: temporarily pin numpy to <1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
jakevdp committed Jun 22, 2021
1 parent 6382cee commit ae407c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build/test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
flake8
flatbuffers==1.12
# For now, we pin the numpy version here
numpy>=1.17
numpy>=1.17,<1.21 # TODO(jakevdp): unpin maximum version when jaxlib is fixed
mypy==0.902
pillow
pytest-benchmark
Expand Down
2 changes: 2 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@ pytest-xdist
# Packages used for notebook execution
matplotlib
scikit-learn
# TODO(jakevdp) remove numpy pinning when minimum jaxlib supports newer numpy.
numpy<1.21
.[cpu] # Install jax from the current directory; jaxlib from pypi.

0 comments on commit ae407c6

Please sign in to comment.