environment.yml 292 B

123456789101112131415161718
  1. name: interneuron_polarity
  2. channels:
  3. - defaults
  4. - conda-forge
  5. - ostrokach-forge
  6. - pkgw-forge
  7. dependencies:
  8. - brian2=2.2
  9. - matplotlib=3.0
  10. - numpy=1.16
  11. - pip=19.
  12. - python=3.7
  13. - scipy=1.5
  14. - pingouin=0.3.8
  15. - pandas==0.25
  16. - pip:
  17. - opensimplex==0.3
  18. - pypet==0.4.3