mirror of
https://github.com/clearml/clearml-agent
synced 2025-01-31 00:56:53 +00:00
Fix pathlib2 six conflict
Version bump to v1.1.2
This commit is contained in:
parent
a07053d961
commit
7022df2670
@ -1 +1 @@
|
|||||||
__version__ = '1.1.1'
|
__version__ = '1.1.2'
|
||||||
|
@ -11,7 +11,7 @@ python-dateutil>=2.4.2,<2.9.0
|
|||||||
pyjwt>=1.6.4,<2.1.0
|
pyjwt>=1.6.4,<2.1.0
|
||||||
PyYAML>=3.12,<5.5.0
|
PyYAML>=3.12,<5.5.0
|
||||||
requests>=2.20.0,<2.26.0
|
requests>=2.20.0,<2.26.0
|
||||||
six>=1.11.0,<1.16.0
|
six>=1.13.0,<1.16.0
|
||||||
typing>=3.6.4,<3.8.0
|
typing>=3.6.4,<3.8.0
|
||||||
urllib3>=1.21.1,<1.27.0
|
urllib3>=1.21.1,<1.27.0
|
||||||
virtualenv>=16,<21
|
virtualenv>=16,<21
|
||||||
|
Loading…
Reference in New Issue
Block a user