requirements.txt 1.0 KB

1234567891011121314151617181920212223242526272829303132333435
  1. # Code coverage measurement for Python
  2. # https://pypi.python.org/pypi/coverage/4.0.3
  3. coverage==4.0.3
  4. # pytest: simple powerful testing with Python
  5. # https://pypi.python.org/pypi/pytest/2.9.2
  6. pytest==2.9.2
  7. # Pytest plugin for measuring coverage.
  8. # https://pypi.python.org/pypi/pytest-cov/2.2.0
  9. pytest-cov==2.2.0
  10. # the modular source code checker: pep8, pyflakes and co
  11. # https://pypi.python.org/pypi/flake8/2.5.4
  12. flake8==2.5.4
  13. # NumPy: array processing for numbers, strings, records, and objects.
  14. # https://pypi.python.org/pypi/numpy
  15. numpy==1.11.1
  16. # Powerful data structures for data analysis, time series,and statistics
  17. # https://pypi.python.org/pypi/pandas/0.18.1
  18. pandas==0.18.1
  19. # SciPy: a ecosystem of open-source software for mathematics, science, and engineering.
  20. # https://pypi.python.org/pypi/scipy/0.18.0rc2
  21. scipy==0.18.0
  22. # nose extends unittest to make testing easier
  23. # https://pypi.python.org/pypi/nose/1.3.7
  24. nose==1.3.7
  25. # Theano: define, optimize, and efficiently evaluate multi-dimensional arrays
  26. # https://pypi.python.org/pypi/Theano
  27. theano==0.8.2