environment.yml 168 B

12345678910111213
  1. name: tp-ml
  2. channels:
  3. - conda-forge
  4. dependencies:
  5. - python
  6. - ipykernel
  7. - numpy
  8. - scipy
  9. - matplotlib
  10. - pandas
  11. - seaborn
  12. - scikit-learn