mirror of
https://github.com/clearml/clearml
synced 2025-02-07 05:18:50 +00:00
Remove future from Python 3 requirements
This commit is contained in:
parent
2766255e8f
commit
24323d3ee7
@ -2,7 +2,7 @@ attrs>=18.0
|
|||||||
backports.functools-lru-cache>=1.0.2 ; python_version < '3'
|
backports.functools-lru-cache>=1.0.2 ; python_version < '3'
|
||||||
enum34>=0.9 ; python_version < '3.6'
|
enum34>=0.9 ; python_version < '3.6'
|
||||||
furl>=2.0.0
|
furl>=2.0.0
|
||||||
future>=0.16.0
|
future>=0.16.0 ; python_version < '3'
|
||||||
futures>=3.0.5 ; python_version < '3'
|
futures>=3.0.5 ; python_version < '3'
|
||||||
jsonschema>=2.6.0
|
jsonschema>=2.6.0
|
||||||
numpy>=1.10
|
numpy>=1.10
|
||||||
|
Loading…
Reference in New Issue
Block a user