requirements.txt 698 B

123456789101112131415161718192021222324252627282930
  1. numpy>=1.8.2
  2. quantities>=0.10.1
  3. scipy>=0.14.0
  4. six
  5. enum34; python_version < '3.4'
  6. # following package is required to use elephant without installation
  7. tqdm
  8. # following packages are required to use odML without installation
  9. rdflib
  10. pyyaml
  11. lxml
  12. nixio>=1.5.0b6
  13. # Plotting module required for example scripts
  14. matplotlib>=3.0.3
  15. #
  16. # The following are the three packages bundled in subdirectories of
  17. # the code directory.
  18. # Uncomment the lines below to install the packages rather than
  19. # use these frozen budled packages in the code subdirectory. In addition
  20. # you will need to make corresponding changes to the file
  21. # load_local_neo_odml_elephant.py
  22. #
  23. # python-neo=0.9.0
  24. # elephant=0.9.0
  25. # odml=1.5.1