Skip to content

Commit 936b3f5

Browse files
authored
avoid NumPy 1.21.0 due to numpy/numpy#19325 (#791)
1 parent 8146156 commit 936b3f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
python-version: [3.7, 3.8]
19-
numpy_version: ['', '==1.17.*']
19+
numpy_version: ['!=1.21.0', '==1.17.*']
2020
services:
2121
redis:
2222
image: redis

requirements_rtfd.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ sphinx
55
sphinx-issues
66
sphinx-rtd-theme
77
numpydoc
8-
numpy
8+
numpy!=1.21.0

0 commit comments

Comments
 (0)