Skip to content

Commit 6f63070

Browse files
committed
2 parents d4941c1 + 71b3e1c commit 6f63070

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
@@ -11,7 +11,7 @@
1111
with open('HISTORY.rst') as history_file:
1212
history = history_file.read()
1313

14-
requirements = ['numpy', 'math', 'scipy.stats', 'scipy.special', 'pandas', 'matplotlib', 'seaborn', 'multiprocessing']
14+
requirements = ['numpy', 'math', 'scipy', 'pandas', 'matplotlib', 'seaborn', 'multiprocessing']
1515

1616
setup_requirements = ['pytest-runner', ]
1717

0 commit comments

Comments
 (0)