requirements.txt 520 B

1234567891011121314151617181920
  1. numpy>=1.8.2
  2. quantities>=0.10.1
  3. scipy>=0.14.0
  4. six
  5. enum34; python_version < '3.4'
  6. # Plotting module required for example scripts
  7. matplotlib>=3.0.3
  8. #
  9. # The following are the three packages bundled in subdirectories of
  10. # the code directory.
  11. # Uncomment the lines below to install the packages rather than
  12. # use these frozen budled packages in the code subdirectory. In addition
  13. # you will need to make corresponding changes to the file
  14. # load_local_neo_odml_elephant.py
  15. #
  16. # python-neo=0.7.1
  17. # elephant=0.6.0
  18. # odml=1.4.2