From e60e16fb313aa9a8b47125868151768b15a52613 Mon Sep 17 00:00:00 2001 From: op07n <39182105+op07n@users.noreply.github.com> Date: Tue, 21 Jan 2020 08:33:03 +0100 Subject: [PATCH] Update environment.yml --- .binder/environment.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.binder/environment.yml b/.binder/environment.yml index 657f52e..455af4b 100644 --- a/.binder/environment.yml +++ b/.binder/environment.yml @@ -9,6 +9,7 @@ dependencies: - torchvision - pip - pip: + - https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-2.2.5/en_core_web_sm-2.2.5.tar.gz - GitPython - pathtools - Pillow==6.1.0 @@ -21,8 +22,11 @@ dependencies: - fastai - numpy - scipy + - joblib - pandas - pandas-profiling + - tweepy + - spacy - sklearn - plotly - matplotlib @@ -33,3 +37,7 @@ dependencies: - bokeh - holoviews - scikit-learn + - altair + - python-decouple + - sqlalchemy + - psycopg2