We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd1da13 commit c850bc0Copy full SHA for c850bc0
requirements.txt
@@ -13,7 +13,7 @@ importlib-metadata==0.17
13
Jinja2==2.10.1
14
MarkupSafe==1.1.1
15
more-itertools==7.0.0
16
-numpy==1.16.4
+numpy==1.21.0
17
packaging==19.0
18
pluggy==0.12.0
19
py==1.8.0
setup.py
@@ -74,7 +74,7 @@
74
extras_require={
75
'dev': [
76
'future==0.17.1',
77
- 'numpy==1.16.4',
+ 'numpy==1.21.0',
78
'pytest-mock==1.10.4',
79
'pytest==4.6.1',
80
'Sphinx==2.1.0',
0 commit comments