environment.yml 151 B

1234567891011
  1. name: andani_ernst
  2. dependencies:
  3. - python=3.11
  4. - pip
  5. - pip:
  6. - numpy
  7. - scipy
  8. - matplotlib
  9. - ipykernel
  10. - jupyterlab
  11. - h5py