Reorg dependencies to have hyperopt seperated

This commit is contained in:
Matthias
2019-09-24 14:53:36 +02:00
parent 27cc73f47e
commit 47b6b56566
5 changed files with 17 additions and 13 deletions

View File

@@ -9,25 +9,26 @@ dependencies:
- wheel
- numpy
- pandas
- scipy
- SQLAlchemy
- scikit-learn
- arrow
- requests
- urllib3
- wrapt
- joblib
- jsonschema
- tabulate
- python-rapidjson
- filelock
- flask
- python-dotenv
- cachetools
- scikit-optimize
- python-telegram-bot
# Optional for plotting
- plotly
# Optional for hyperopt
- scipy
- scikit-optimize
- scikit-learn
- filelock
- joblib
# Optional for development
- flake8
- pytest