Add trains to examples requirements

This commit is contained in:
allegroai 2020-11-25 11:25:28 +02:00
parent 74153a4399
commit a6d479ffab
13 changed files with 17 additions and 4 deletions

View File

@ -1,4 +1,5 @@
# Plese read this https://github.com/keras-team/autokeras#installation before doing changes # Plese read this https://github.com/keras-team/autokeras#installation before doing changes
autokeras autokeras
tensorflow>=2.3.0 tensorflow>=2.3.0
trains
git+https://github.com/keras-team/keras-tuner.git@1.0.2rc2 git+https://github.com/keras-team/keras-tuner.git@1.0.2rc2

View File

@ -1,3 +1,4 @@
fastai fastai
tensorboard tensorboard
tensorboardX tensorboardX
trains

View File

@ -1,2 +1,3 @@
Keras Keras
tensorflow>=2.0 tensorflow>=2.0
trains

View File

@ -1,3 +1,4 @@
keras-tuner keras-tuner
tensorflow>=2.0 tensorflow>=2.0
tensorflow-datasets tensorflow-datasets
trains

View File

@ -1,3 +1,4 @@
lightgbm lightgbm
scikit-learn scikit-learn
pandas pandas
trains

View File

@ -1,3 +1,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'
seaborn seaborn
trains

View File

@ -2,4 +2,5 @@ matplotlib
tensorboardX tensorboardX
tensorboard>=1.14.0 tensorboard>=1.14.0
torch>=1.1.0 torch>=1.1.0
torchvision>=0.3.0 torchvision>=0.3.0
trains

View File

@ -1,4 +1,5 @@
joblib>=0.13.2 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
trains

View File

@ -1,3 +1,4 @@
tensorboardX>=1.8 tensorboardX>=1.8
torch>=1.1.0 torch>=1.1.0
torchvision>=0.3.0 torchvision>=0.3.0
trains

View File

@ -1,2 +1,3 @@
tensorboard>=2.0 tensorboard>=2.0
tensorflow>=2.0 tensorflow>=2.0
trains

View File

@ -1,6 +1,7 @@
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'
sklearn sklearn
trains
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,4 +1,5 @@
joblib>=0.13.2 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
trains

View File

@ -6,3 +6,4 @@ numpy
pandas pandas
pillow>=4.0 pillow>=4.0
six six
trains