mirror of
https://github.com/clearml/clearml
synced 2025-02-07 05:18:50 +00:00
Fix numpy dependency for python versions
This commit is contained in:
parent
f679c80535
commit
a348c30615
@ -1,13 +1,15 @@
|
||||
attrs>=18.0
|
||||
backports.functools-lru-cache>=1.0.2 ; python_version < '3'
|
||||
enum34>=0.9 ; python_version < '3.6'
|
||||
funcsigs>=1.0
|
||||
furl>=2.0.0
|
||||
future>=0.16.0
|
||||
futures>=3.0.5 ; python_version < '3'
|
||||
humanfriendly>=2.1
|
||||
jsonschema>=2.6.0
|
||||
numpy>=1.10
|
||||
numpy>=1.10,<=1.15 ; python_version < '3.7'
|
||||
numpy>=1.15,<=1.19 ; python_version >= '3.7' and python_version < '3.8'
|
||||
numpy>=1.19,<=1.20 ; python_version >= '3.8' and python_version < '3.9'
|
||||
numpy>=1.20 ; python_version >= '3.9'
|
||||
pathlib2>=2.3.0
|
||||
Pillow>=4.1.1
|
||||
psutil>=3.4.2
|
||||
|
Loading…
Reference in New Issue
Block a user