environment.yml 226 B

1234567891011121314151617
  1. name: elephant
  2. channels:
  3. - conda-forge # required for MPI
  4. dependencies:
  5. - python>=3.6
  6. - pip
  7. - mpi4py
  8. - numpy
  9. - scipy
  10. - tqdm
  11. - pandas
  12. - scikit-learn
  13. - statsmodels
  14. - pip:
  15. - -r file:requirements.txt