Skip to content

Commit

Permalink
och detta
Browse files Browse the repository at this point in the history
  • Loading branch information
yannikschaelte committed May 30, 2018
1 parent 695393a commit 043caae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Expand Up @@ -5,7 +5,7 @@ dependencies:
- scipy
- bokeh
- pandas
- flask>=0.12.2
- flask
- scikit-learn
- distributed
- matplotlib
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -12,7 +12,7 @@
version = f.read().split("\n")[0].split("=")[-1].strip(' ').strip('"')

setup(install_requires=['numpy', 'scipy', 'pandas', 'cloudpickle',
"flask_bootstrap", "flask>=0.12.2", "bokeh", "redis",
"flask_bootstrap", "flask", "bokeh", "redis",
"dill",
'gitpython', 'seaborn', 'scikit-learn',
'matplotlib', 'sqlalchemy', 'click',
Expand Down

0 comments on commit 043caae

Please sign in to comment.