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
autokeras
tensorflow>=2.3.0
trains
git+https://github.com/keras-team/keras-tuner.git@1.0.2rc2

View File

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

View File

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

View File

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

View File

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

View File

@ -1,3 +1,4 @@
matplotlib >= 3.1.1 ; python_version >= '3.6'
matplotlib >= 2.2.4 ; python_version < '3.6'
seaborn
trains

View File

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

View File

@ -1,4 +1,5 @@
joblib>=0.13.2
matplotlib >= 3.1.1 ; 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
torch>=1.1.0
torchvision>=0.3.0
trains

View File

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

View File

@ -1,6 +1,7 @@
matplotlib >= 3.1.1 ; python_version >= '3.6'
matplotlib >= 2.2.4 ; python_version < '3.6'
sklearn
trains
xgboost>=0.90 ; python_version >= '3'
xgboost>=0.82 ; python_version < '3'
# sudo apt-get install graphviz

View File

@ -1,4 +1,5 @@
joblib>=0.13.2
matplotlib >= 3.1.1 ; 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
pillow>=4.0
six
trains