requirements.txt 297 B

1234567891011121314
  1. # essential
  2. -e git+https://github.com/NeuralEnsemble/python-neo.git@snapshot-20150821#egg=neo-snapshot-20150821
  3. numpy>=1.8.2
  4. quantities>=0.10.1
  5. scipy>=0.14.0
  6. six
  7. # optional
  8. #pandas>=0.14.1
  9. # for building documentation
  10. #numpydoc>=0.5
  11. #sklearn>=0.15.1
  12. #sphinx>=1.2.2
  13. # for running tests
  14. nose>=1.3.3