Fix requirements

This commit is contained in:
allegroai 2024-01-06 17:57:50 +02:00
parent 368a03dc70
commit b42a0b0cfc
8 changed files with 9 additions and 1 deletions

View File

@ -4,3 +4,4 @@ requests>=2.31.0,<2.26
kafka-python>=2.0.2,<2.1
prometheus_client>=0.13.1,<0.14
lz4>=4.0.0,<5
pillow>=10.0.1 # not directly required, pinned by Snyk to avoid a vulnerability

View File

@ -1,2 +1,3 @@
clearml >= 1.1.6
scikit-learn
pillow>=10.0.1 # not directly required, pinned by Snyk to avoid a vulnerability

View File

@ -1,3 +1,4 @@
clearml >= 1.1.6
scikit-learn >= 1.0.2
numpy>=1.22.2 # not directly required, pinned by Snyk to avoid a vulnerability
pillow>=10.0.1 # not directly required, pinned by Snyk to avoid a vulnerability

View File

@ -1 +1,2 @@
clearml-serving
clearml-serving
pillow>=10.0.1 # not directly required, pinned by Snyk to avoid a vulnerability

View File

@ -1,3 +1,4 @@
clearml >= 1.1.6
lightgbm
pillow>=10.0.1 # not directly required, pinned by Snyk to avoid a vulnerability

View File

@ -1,2 +1,3 @@
clearml >= 1.1.6
scikit-learn
pillow>=10.0.1 # not directly required, pinned by Snyk to avoid a vulnerability

View File

@ -1,3 +1,4 @@
clearml >= 1.1.6
xgboost
pillow>=10.0.1 # not directly required, pinned by Snyk to avoid a vulnerability

View File

@ -1 +1,2 @@
clearml >= 1.3.1
pillow>=10.0.1 # not directly required, pinned by Snyk to avoid a vulnerability