Skip to content

Commit

Permalink
Add requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
theodcr committed Sep 21, 2019
1 parent 57fb514 commit cac59bd
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,6 @@ venv.bak/

# mypy
.mypy_cache/

# editors
tags*
1 change: 1 addition & 0 deletions requirements/dev-requirements.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
jupytext
8 changes: 8 additions & 0 deletions requirements/requirements.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
altair
bokeh
holoviews
pandas
panel
powerspot
scikit-learn
tqdm
38 changes: 38 additions & 0 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
altair==3.2.0
attrs==19.1.0
bokeh==1.3.4
certifi==2019.9.11
chardet==3.0.4
Click==7.0
entrypoints==0.3
holoviews==1.12.5
idna==2.8
Jinja2==2.10.1
joblib==0.13.2
jsonschema==3.0.2
Markdown==3.1.1
MarkupSafe==1.1.1
numpy==1.17.2
packaging==19.2
pandas==0.25.1
panel==0.6.3
param==1.9.1
Pillow==6.1.0
powerspot==0.1
pyct==0.4.6
pyparsing==2.4.2
pyrsistent==0.15.4
python-dateutil==2.8.0
pytz==2019.2
pyviz-comms==0.7.2
PyYAML==5.1.2
requests==2.22.0
scikit-learn==0.21.3
scipy==1.3.1
six==1.12.0
spotipy==2.4.4
tabulate==0.8.3
toolz==0.10.0
tornado==6.0.3
tqdm==4.36.1
urllib3==1.25.5

0 comments on commit cac59bd

Please sign in to comment.