Skip to content

Commit 4ff4a10

Browse files
author
Ruslan Kuprieiev
committed
setup: use extras_require for backward compatibility
Signed-off-by: Ruslan Kuprieiev <ruslan@iterative.ai>
1 parent 2195ff2 commit 4ff4a10

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
"jsonpath-rw==1.4.0",
2424
"reflink==0.2.0",
2525
"requests>=2.18.4",
26-
'futures; python_version == "2.7"',
2726
]
2827

2928
# Extra dependencies for remote integrations
@@ -57,6 +56,8 @@
5756
's3': s3,
5857
'azure': azure,
5958
'ssh': ssh,
59+
# NOTE: https://github.com/inveniosoftware/troubleshooting/issues/1
60+
':python_version=="2.7"': ['futures'],
6061
},
6162
keywords='data science, data version control, machine learning',
6263
classifiers=[

0 commit comments

Comments
 (0)