environment.yaml 363 B

123456789101112131415161718
  1. name: eigenangle
  2. channels:
  3. - defaults
  4. - conda-forge
  5. dependencies:
  6. - python >= 3.10
  7. - pip
  8. - pip:
  9. - snakemake>=6.15.2
  10. - numpy>=1.22.2
  11. - scipy>=1.8.0
  12. - elephant>=0.10.0
  13. - neo>=0.10.0 #+nestio fix
  14. - git+git://github.com/INM-6/NetworkUnit.git@v0.2
  15. - viziphant>=0.2.0
  16. - pandas>=1.4.0
  17. - seaborn>=0.11.2
  18. - jupyterlab