1
0

environment.yml 273 B

12345678910111213141516171819
  1. name: andani_brovelli
  2. dependencies:
  3. - python=3.11
  4. - pip
  5. - pip:
  6. - numpy<2.0.0
  7. - scipy
  8. - matplotlib
  9. - ipykernel
  10. - jupyterlab
  11. - h5py
  12. - pandas
  13. - seaborn
  14. - frites
  15. - mne
  16. - matplotlib
  17. - xarray
  18. - openpyxl
  19. - ipywidgets