Skip to content

Commit febb1a6

Browse files
authored
Remove numpy version constraint (#135)
1 parent 0a4f2a9 commit febb1a6

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
@@ -18,7 +18,7 @@
1818
'Operating System :: OS Independent',
1919
]
2020
DEPENDENCIES = ['pandas>=1.0.0',
21-
'numpy<1.21.0',
21+
'numpy',
2222
'scipy',
2323
'matplotlib',
2424
'requests',

0 commit comments

Comments
 (0)