1
0

environment.yml 280 B

1234567891011121314151617
  1. name: andani_gruen
  2. dependencies:
  3. - python=3.11
  4. - pip
  5. - pip:
  6. - numpy<2.0.0
  7. - statsmodels
  8. - tqdm
  9. - scipy
  10. - matplotlib
  11. - ipykernel
  12. - jupyterlab
  13. - h5py
  14. - neo<=0.13.3
  15. - elephant==1.1.0
  16. - viziphant
  17. - chardet