Update examples dependencies

This commit is contained in:
allegroai 2024-02-22 12:25:32 +02:00
parent 52a800fa50
commit beb0f5e607
34 changed files with 34 additions and 34 deletions

View File

@ -1,3 +1,3 @@
torch>=1.1.0 torch>=1.1.0
torchvision>=0.3.0 torchvision>=0.3.0
clearml clearml>=1.14.4

View File

@ -1 +1 @@
clearml clearml>=1.14.4

View File

@ -1,5 +1,5 @@
tqdm==4.64.1 tqdm==4.64.1
clearml==1.7.2 clearml>=1.14.4
github3.py==3.2.0 github3.py==3.2.0
tabulate==0.9.0 tabulate==0.9.0
pandas==1.5.1 pandas==1.5.1

View File

@ -4,4 +4,4 @@ torch>=1.1.0
torchvision>=0.3.0 torchvision>=0.3.0
pytorch-ignite pytorch-ignite
tqdm tqdm
clearml clearml>=1.14.4

View File

@ -1,3 +1,3 @@
torch>=1.1.0 torch>=1.1.0
torchvision>=0.3.0 torchvision>=0.3.0
clearml clearml>=1.14.4

View File

@ -1,2 +1,2 @@
autokeras ; python_version >= '3.7' autokeras ; python_version >= '3.7'
clearml clearml>=1.14.4

View File

@ -1,4 +1,4 @@
catboost catboost
numpy >= 1.19.2 numpy >= 1.19.2
scikit_learn scikit_learn
clearml clearml>=1.14.4

View File

@ -1,3 +1,3 @@
click>=8.0 click>=8.0
clearml clearml>=1.14.4

View File

@ -1,4 +1,4 @@
fastai < 2.0.0 fastai < 2.0.0
tensorboard tensorboard
tensorboardX tensorboardX
clearml clearml>=1.14.4

View File

@ -1,4 +1,4 @@
fastai >= 2.6.0 fastai >= 2.6.0
tensorboard tensorboard
tensorboardX tensorboardX
clearml clearml>=1.14.4

View File

@ -1,2 +1,2 @@
clearml clearml>=1.14.4
fire fire

View File

@ -1,3 +1,3 @@
clearml clearml>=1.14.4
hydra-core>=1.2.0 hydra-core>=1.2.0

View File

@ -4,4 +4,4 @@ torch>=1.1.0
torchvision>=0.3.0 torchvision>=0.3.0
pytorch-ignite pytorch-ignite
tqdm tqdm
clearml clearml>=1.14.4

View File

@ -1,2 +1,2 @@
clearml clearml>=1.14.4
Keras>=2.2.4 Keras>=2.2.4

View File

@ -1,2 +1,2 @@
tensorflow>=2.0 tensorflow>=2.0
clearml clearml>=1.14.4

View File

@ -1,4 +1,4 @@
keras-tuner keras-tuner
tensorflow>=2.0 tensorflow>=2.0
tensorflow-datasets tensorflow-datasets
clearml clearml>=1.14.4

View File

@ -2,4 +2,4 @@ lightgbm
scikit-learn scikit-learn
pandas pandas
matplotlib matplotlib
clearml clearml>=1.14.4

View File

@ -2,4 +2,4 @@ numpy != 1.24.0 # https://github.com/numpy/numpy/issues/22826
matplotlib >= 3.1.1 ; python_version >= '3.6' matplotlib >= 3.1.1 ; python_version >= '3.6'
matplotlib >= 2.2.4 ; python_version < '3.6' matplotlib >= 2.2.4 ; python_version < '3.6'
seaborn seaborn
clearml clearml>=1.14.4

View File

@ -1,3 +1,3 @@
MegEngine ; python_version < '3.9' MegEngine ; python_version < '3.9'
tensorboardX tensorboardX
clearml clearml>=1.14.4

View File

@ -1,4 +1,4 @@
clearml clearml>=1.14.4
mmcv>=1.5.1,<2.0.0 mmcv>=1.5.1,<2.0.0
torch torch
torchvision torchvision

View File

@ -1,4 +1,4 @@
clearml clearml>=1.14.4
pytorch-lightning >= 1.6.0 pytorch-lightning >= 1.6.0
torch torch
torchvision torchvision

View File

@ -1,4 +1,4 @@
clearml clearml>=1.14.4
jsonschema==3.2.0 ; python_version <= '3.5' jsonschema==3.2.0 ; python_version <= '3.5'
matplotlib matplotlib
pytorch-ignite pytorch-ignite

View File

@ -2,4 +2,4 @@ joblib>=0.13.2
matplotlib >= 3.1.1 ; python_version >= '3.6' matplotlib >= 3.1.1 ; python_version >= '3.6'
matplotlib >= 2.2.4 ; python_version < '3.6' matplotlib >= 2.2.4 ; python_version < '3.6'
scikit-learn scikit-learn
clearml clearml>=1.14.4

View File

@ -2,4 +2,4 @@ tensorboardX>=1.8
torch>=1.1.0 torch>=1.1.0
torchvision>=0.3.0 torchvision>=0.3.0
moviepy moviepy
clearml clearml>=1.14.4

View File

@ -2,4 +2,4 @@ numpy != 1.24.0 # https://github.com/numpy/numpy/issues/22826
absl-py>=0.7.1 absl-py>=0.7.1
tensorboard>=2.0 tensorboard>=2.0
tensorflow>=2.0 tensorflow>=2.0
clearml clearml>=1.14.4

View File

@ -2,7 +2,7 @@ numpy != 1.24.0 # https://github.com/numpy/numpy/issues/22826
matplotlib >= 3.1.1 ; python_version >= '3.6' matplotlib >= 3.1.1 ; python_version >= '3.6'
matplotlib >= 2.2.4 ; python_version < '3.6' matplotlib >= 2.2.4 ; python_version < '3.6'
scikit-learn scikit-learn
clearml clearml>=1.14.4
xgboost>=0.90 ; python_version >= '3' xgboost>=0.90 ; python_version >= '3'
xgboost>=0.82 ; python_version < '3' xgboost>=0.82 ; python_version < '3'
# sudo apt-get install graphviz # sudo apt-get install graphviz

View File

@ -1,5 +1,5 @@
allegroai~=3.5.7 allegroai~=3.5.7
clearml clearml>=1.14.4
numpy numpy
Pillow Pillow
torch torch

View File

@ -1,3 +1,3 @@
keras keras
tensorflow tensorflow
clearml clearml>=1.14.4

View File

@ -3,4 +3,4 @@ matplotlib >= 3.1.1 ; python_version >= '3.6'
matplotlib >= 2.2.4 ; python_version < '3.6' matplotlib >= 2.2.4 ; python_version < '3.6'
scikit-learn scikit-learn
pandas pandas
clearml clearml>=1.14.4

View File

@ -1,5 +1,5 @@
bokeh>=1.4.0 bokeh>=1.4.0
clearml clearml>=1.14.4
matplotlib >= 3.1.1 ; python_version >= '3.6' matplotlib >= 3.1.1 ; python_version >= '3.6'
matplotlib >= 2.2.4 ; python_version < '3.6' matplotlib >= 2.2.4 ; python_version < '3.6'
numpy != 1.24.0 # https://github.com/numpy/numpy/issues/22826 numpy != 1.24.0 # https://github.com/numpy/numpy/issues/22826

View File

@ -1 +1 @@
clearml clearml>=1.14.4

View File

@ -1,5 +1,5 @@
boto3 boto3
pyYaml pyYaml
six six
clearml clearml>=1.14.4
pathlib2 pathlib2

View File

@ -1 +1 @@
clearml clearml>=1.14.4

View File

@ -1,2 +1,2 @@
clearml clearml>=1.14.4
slack_sdk > 3.0.0 slack_sdk > 3.0.0