Skip to content

Commit

Permalink
avoid NumPy 1.21.0 due to numpy/numpy#19325 (#791)
Browse files Browse the repository at this point in the history
  • Loading branch information
grlee77 authored Jun 24, 2021
1 parent 8146156 commit 936b3f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
python-version: [3.7, 3.8]
numpy_version: ['', '==1.17.*']
numpy_version: ['!=1.21.0', '==1.17.*']
services:
redis:
image: redis
Expand Down
2 changes: 1 addition & 1 deletion requirements_rtfd.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ sphinx
sphinx-issues
sphinx-rtd-theme
numpydoc
numpy
numpy!=1.21.0

0 comments on commit 936b3f5

Please sign in to comment.