-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathrequirements.txt
39 lines (30 loc) · 1.18 KB
/
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
# the modular source code checker: pep8, pyflakes and co
# https://pypi.python.org/pypi/flake8/2.5.4
flake8==2.5.4
# pytest: simple powerful testing with Python
# https://pypi.python.org/pypi/pytest/2.8.3
pytest==2.8.3
# Code coverage measurement for Python
# https://pypi.python.org/pypi/coverage
coverage==4.2
# Pytest plugin for measuring coverage.
# https://pypi.python.org/pypi/pytest-cov/2.2.0
pytest-cov==2.2.0
# Powerful extensions to the datetime module available in the Python standard library.
# https://pypi.python.org/pypi/python-dateutil/2.5.3
python-dateutil==2.5.3
# NumPy: array processing for numbers, strings, records, and objects.
# https://pypi.python.org/pypi/numpy
numpy==1.11.1
# World timezone definitions, modern and historical
# https://pypi.python.org/pypi/pytz
pytz==2016.7
# Powerful data structures for data analysis, time series,and statistics
# https://pypi.python.org/pypi/pandas/0.18.1
pandas==0.18.1
# SciPy: a ecosystem of open-source software for mathematics, science, and engineering.
# https://pypi.python.org/pypi/scipy/0.18.0rc2
scipy==0.18.0
# Powerful Python module for machine learning
# https://pypi.python.org/pypi/scikit-learn/0.17.1
scikit-learn==0.17.1