Skip to content

Commit e037314

Browse files
committed
unpin numpy
1 parent 3ee06da commit e037314

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
'yapf': ['yapf'],
7676
'test': ['versioneer',
7777
'pylint>=2.5.0' if sys.version_info.major >= 3 else 'pylint',
78-
'pytest', 'mock', 'pytest-cov', 'coverage', 'numpy<1.20', 'pandas',
78+
'pytest', 'mock', 'pytest-cov', 'coverage', 'numpy', 'pandas',
7979
'matplotlib', 'pyqt5;python_version>="3"', 'flaky'],
8080
},
8181

0 commit comments

Comments
 (0)