forked from shresh02/explainable_ML_public_policy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
41 lines (41 loc) · 989 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
#
####### requirements.txt #######
#
###### Requirements without Version Specifiers ######
# django
#
###### Requirements with Version Specifiers ######
# See https://www.python.org/dev/peps/pep-0440/#version-specifiers
# docopt == 0.6.1 # Version Matching. Must be version 0.6.1
# keyring >= 4.1.1 # Minimum version 4.1.1
# coverage != 3.5 # Version Exclusion. Anything except version 3.5
# Mopidy-Dirble ~= 1.1 # Compatible release. Same as >= 1.1, == 1.*
astroid==1.5.3
attrs==17.4.0
certifi==2016.2.28
Django==1.11.3
django-cors-headers==2.2.0
djangorestframework==3.7.7
future==0.16.0
isort==4.2.15
lazy-object-proxy==1.3.1
numpy==1.13.1
pandas==0.20.3
patsy==0.4.1
pluggy==0.6.0
progressbar2==3.36.0
py==1.5.2
pygam==0.4.0
pylint==1.7.2
pytest==3.4.2
python-dateutil==2.6.1
python-utils==2.3.0
pytz==2017.2
scikit-learn==0.19.0
scipy==0.19.1
singledispatch==3.4.0.3
six==1.11.0
sklearn==0.0
wrapt==1.10.11
djangorestframework-bulk==0.2.1
#