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

Commit b80bbda

Browse files
authored
Fix concurrent.futures->futures in requirements
1 parent fc51cd4 commit b80bbda

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

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

0 commit comments

Comments
 (0)