Skip to content

Commit

Permalink
Merge branch 'magdainit'
Browse files Browse the repository at this point in the history
# Conflicts:
#	static/js/plots.js
#	templates/plots/numeric_tab.html
#	url_handlers/plots.py
  • Loading branch information
Magdalena5 committed Mar 27, 2020
2 parents 55f21f7 + 9a05bdd commit 4f31c6f
Show file tree
Hide file tree
Showing 67 changed files with 2,029 additions and 4,638 deletions.
1 change: 0 additions & 1 deletion MANIFEST.in

This file was deleted.

16 changes: 12 additions & 4 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,26 +15,34 @@ pyyaml = "*"
nltk = "*"
redis = "*"
ipython = "*"
"pybind11" = "*"
pybind11 = "*"
python-dotenv = "*"
click = "*"
flask = "*"
misc = {git = "https://bitbucket.org/bmmalone/misc.git"}
autosklearn = {ref = "development",git = "https://github.com/automl/auto-sklearn.git"}
flask-redis = "*"
sklearn = "*"
seaborn = "*"
matplotlib = "*"
"jinja2" = "*"
jinja2 = "*"
flask-login = "*"
passlib = "*"
plotly = "*"
pytest = "*"
apscheduler = "*"
waitress = "*"
ipdb = "*"
sqlalchemy = "*"


[dev-packages]
pylint = "*"

[requires]
python_version = "3.7"

[packages.misc]
git = "https://bitbucket.org/bmmalone/misc.git"

[packages.autosklearn]
ref = "development"
git = "https://github.com/automl/auto-sklearn.git"
632 changes: 390 additions & 242 deletions Pipfile.lock

Large diffs are not rendered by default.

65 changes: 0 additions & 65 deletions data_warehouse/create_redis_load_script.py

This file was deleted.

Loading

0 comments on commit 4f31c6f

Please sign in to comment.