-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
54 lines (41 loc) · 956 Bytes
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# local package
-e .
# external requirements
click
Sphinx
coverage
awscli
flake8
python-dotenv>=0.5.1
# backwards compatibility
pathlib2
####
pep8-naming
# data analysis
scipy
numpy==1.14.5 # the default version (1.15.0) throws tons
# of annoying compatibility warnings
matplotlib
pandas==0.20.3
seaborn
networkx
tables
statsmodels
jupyter
jupyter_contrib_nbextensions
# for data analysis
# uncomment the following if you want to use the github version. If you are still editing the
# library, you can point pip to your local copy, for example:
# pip install -e /home/orenled/Dropbox/code/openbadge-analysis --upgrade
git+git://github.com/HumanDynamics/openbadge-analysis.git
crc16
# calling R from Python
#rpy2<2.9.0
# Jupyter
jupyter
jupyter_contrib_nbextensions
# then, run jupyter contrib nbextension install --user
# Pretty tables
pybloqs
# The following requires this - https://wkhtmltopdf.org/downloads.html
imgkit