Commit Graph

27 Commits

Author SHA1 Message Date
allegroai
a18b7b3271 Fix PY2 compatibility 2022-09-13 15:04:49 +03:00
allegroai
404ef5ab86 Bump PyJWT version due to "Key confusion through non-blocklisted public key formats" vulnerability 2022-05-25 16:47:41 +03:00
allegroai
a47f127679 Upgrade six version (in case pathlib2 >2.3.7 is installed) 2022-02-10 23:49:09 +02:00
allegroai
d747b2e93e Improve PyJWT resiliency support 2021-10-10 09:06:29 +03:00
allegroai
889d237398 Remove humanfriendly, it is not used any longer 2021-09-14 00:06:20 +03:00
allegroai
4069413aac Remove requests-file form requirements 2021-01-24 09:23:09 +02:00
allegroai
c69f124892 Revert all numpy requirement changes, use only lower limit 2021-01-13 14:00:56 +02:00
allegroai
582017f2d9 Remove numpy dependency for python 3.9 2021-01-10 14:07:21 +02:00
allegroai
a348c30615 Fix numpy dependency for python versions 2021-01-10 13:08:44 +02:00
allegroai
189a2b54de Fix PyJWT support v2 2021-01-10 13:02:08 +02:00
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