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 3ee06da commit e037314Copy full SHA for e037314
setup.py
@@ -75,7 +75,7 @@
75
'yapf': ['yapf'],
76
'test': ['versioneer',
77
'pylint>=2.5.0' if sys.version_info.major >= 3 else 'pylint',
78
- 'pytest', 'mock', 'pytest-cov', 'coverage', 'numpy<1.20', 'pandas',
+ 'pytest', 'mock', 'pytest-cov', 'coverage', 'numpy', 'pandas',
79
'matplotlib', 'pyqt5;python_version>="3"', 'flaky'],
80
},
81
0 commit comments