mirror of
https://github.com/clearml/clearml
synced 2025-01-31 00:56:57 +00:00
Remove boto3 and google-cloud-storage from requirements. Only if you are using Task.output_uri = 's3://' or 'gs://' you actually need to install them. If they are missing, Task.init will through exception asking to install the specific packages
This commit is contained in:
parent
25e3816484
commit
4029b20c2b
@ -1,14 +1,11 @@
|
||||
apache-libcloud>=2.2.1
|
||||
attrs>=18.0
|
||||
backports.functools-lru-cache>=1.0.2 ; python_version < '3'
|
||||
boto3>=1.9
|
||||
botocore>=1.12
|
||||
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'
|
||||
google-cloud-storage>=1.13.2
|
||||
humanfriendly>=2.1
|
||||
jsonmodels>=2.2
|
||||
jsonschema>=2.6.0
|
||||
@ -27,4 +24,4 @@ requests>=2.20.0
|
||||
six>=1.11.0
|
||||
tqdm>=4.19.5
|
||||
typing>=3.6.4
|
||||
urllib3>=1.22
|
||||
urllib3>=1.21.1
|
||||
|
Loading…
Reference in New Issue
Block a user