Skip to content
This repository was archived by the owner on Oct 15, 2025. It is now read-only.

Commit fc51cd4

Browse files
authored
Switch from multiprocessing to concurrent.futures
1 parent f851016 commit fc51cd4

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', 'scipy', 'pandas', 'matplotlib', 'seaborn', 'multiprocess']
14+
requirements = ['numpy', 'scipy', 'pandas', 'matplotlib', 'seaborn', 'concurrent.futures']
1515

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

0 commit comments

Comments
 (0)