clearml/requirements.txt
Quy Vu e89b2a03a7
Fix several jsonschema DeprecationWarning (#1128)
* address DeprecationWarnings from jsonschema

* use `referencing` for Python >= 3.8

* undo unrelated change by auto linter
2023-10-30 18:30:38 +02:00

22 lines
542 B
Plaintext

attrs>=18.0
backports.functools-lru-cache>=1.0.2 ; python_version < '3'
enum34>=0.9 ; python_version < '3.6'
furl>=2.0.0
future>=0.16.0 ; python_version < '3'
futures>=3.0.5 ; python_version < '3'
jsonschema>=2.6.0
numpy>=1.10
pathlib2>=2.3.0
Pillow>=4.1.1
psutil>=3.4.2
pyparsing>=2.0.3
python-dateutil>=2.6.1
pyjwt>=2.4.0,<2.9.0 ; python_version > '3.5'
pyjwt>=1.6.4,<2.0.0 ; python_version <= '3.5'
PyYAML>=3.12
referencing<0.40 ; python_version >= '3.8'
requests>=2.20.0
six>=1.13.0
typing>=3.6.4 ; python_version < '3.5'
urllib3>=1.21.1