environment.yaml 176 B

1234567891011
  1. name: draugr
  2. channels:
  3. - conda-forge
  4. - defaults
  5. dependencies:
  6. - python=3.9
  7. - -r requirements/requirements_dev.txt
  8. #- matplotlib
  9. # Core scientific python
  10. #- numpy