environment.yml 357 B

1234567891011121314151617181920212223
  1. name: BEP032-tutorials
  2. channels:
  3. - conda-forge
  4. dependencies:
  5. - python>=3.8
  6. - matplotlib
  7. - pandas
  8. - scipy
  9. - singularity
  10. - spython
  11. - pip
  12. - pip:
  13. - probeinterface
  14. - spikeinterface>=0.95.0
  15. - memory_profiler
  16. - sklearn
  17. - networkx
  18. - neo
  19. - nixio
  20. # - sphinx
  21. # - nbsphinx
  22. # - sphinx_gallery
  23. # - myst_parser