Commit Graph

17 Commits

Author SHA1 Message Date
allegroai
d327f2e2b9 clearml initial version 0.17.0 2020-12-22 23:25:37 +02:00
allegroai
74153a4399 Remove plotly from requirements 2020-11-25 11:25:08 +02:00
allegroai
d2e17d6a7c Remove tqdm (only used when debugging) 2020-11-25 10:58:50 +02:00
Adrian Rumpold
28bf5a00d7 Only install typing dependency on Python<3.5
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.
2020-08-12 15:41:28 +03:00
allegroai
2784a48c47 Embed jsonmodels v2.4 package 2020-06-13 22:08:57 +03:00
allegroai
146da439e7 Integrate pigar into Trains 2020-03-01 17:12:28 +02:00
allegroai
1e15b3c3fa Embed pyhocon 2019-10-27 00:31:03 +03:00
allegroai
76ea73a780 Removed apache-libcloud 2019-09-13 17:09:58 +03:00
allegroai
4029b20c2b 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 2019-08-19 21:23:44 +03:00
allegroai
761082b474 Replace opencv-python with more standard Pillow 2019-08-09 02:18:01 +03:00
allegroai
d5a2383b75 Removed colorama / coloredlogs, they are now optional packages dynamically loaded 2019-07-09 03:05:33 +03:00
allegroai
31a0867ac9 Optimize requirements 2019-07-08 23:26:57 +03:00
allegroai
577010c421 Add auto requirement.txt generation 2019-07-06 23:01:15 +03:00
eyalto
9a51e03b19
enum34 not supported in 3.6 2019-06-30 10:37:50 +03:00
allegroai
675dc32528 Add api.verify_certificate to allow non-verified ssl connection (enterprise firewall mitm scenarios), by defaults only secured connections are allowed.
Add latest package check, as long as we are in pre-release.
2019-06-19 15:14:28 +03:00
allegroai
dfcd855975 Python 2.7 support 2019-06-13 01:54:35 +03:00
allegroai
f595afe6c8 Initial beta version 2019-06-10 20:02:11 +03:00