mirror of
https://github.com/clearml/clearml
synced 2025-01-31 17:17:00 +00:00
28bf5a00d7
Installing `typing` on recent Python versions leads to the error described in python/typing#573 (running tests with tox yields `AttributeError: type object 'Callable' has no attribute '_abc_registry'`). The [`typing` readme](https://pypi.org/project/typing/) suggests to install the package only for Python versions <3.5, which this commit does.
25 lines
479 B
Plaintext
25 lines
479 B
Plaintext
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
|
|
pathlib2>=2.3.0
|
|
Pillow>=4.1.1
|
|
plotly>=3.9.0
|
|
psutil>=3.4.2
|
|
pyparsing>=2.0.3
|
|
python-dateutil>=2.6.1
|
|
pyjwt>=1.6.4
|
|
PyYAML>=3.12
|
|
requests-file>=1.4.2
|
|
requests>=2.20.0
|
|
six>=1.11.0
|
|
tqdm>=4.19.5
|
|
typing>=3.6.4 ; python_version < '3.5'
|
|
urllib3>=1.21.1
|