requirements.txt 683 B

1234567891011121314151617181920212223242526272829
  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. # Plotting module required for example scripts
  13. matplotlib>=3.0.3
  14. #
  15. # The following are the three packages bundled in subdirectories of
  16. # the code directory.
  17. # Uncomment the lines below to install the packages rather than
  18. # use these frozen budled packages in the code subdirectory. In addition
  19. # you will need to make corresponding changes to the file
  20. # load_local_neo_odml_elephant.py
  21. #
  22. # python-neo=0.9.0
  23. # elephant=0.9.0
  24. # odml=1.5.1