mirror of
https://github.com/wassname/catalyst.git
synced 2026-08-06 13:00:45 +08:00
Pandas website states statsmodels is needed for parts of pandas.stats. Also, update statsmodels to 0.5.0. Upgrade of version is to both keep up to date, and to improve performance on lazy imports, as fixed by https://github.com/statsmodels/statsmodels/issues/573
30 lines
441 B
Plaintext
30 lines
441 B
Plaintext
# Testing
|
|
nose==1.3.0
|
|
nose-parameterized==0.3.3
|
|
nose-ignore-docstring==0.2
|
|
xlrd==0.9.2
|
|
mock==1.0.1
|
|
|
|
# Linting
|
|
|
|
flake8==2.1.0
|
|
mccabe==0.2.1
|
|
pep8==1.4.6
|
|
pyflakes==0.7.3
|
|
pip-tools==0.3.4
|
|
|
|
# Documentation Conversion
|
|
|
|
pyandoc==0.0.1
|
|
|
|
# Example scripts that are run during unit tests use the following:
|
|
|
|
scipy==0.13.2
|
|
matplotlib==1.3.1
|
|
# tornado and pyparsing are required by matplotlib
|
|
tornado==3.2
|
|
pyparsing==2.0.1
|
|
patsy==0.2.1
|
|
|
|
Markdown==2.3.1
|