env-sklearn-16.yml 251 B

123456789101112131415
  1. ---
  2. name: sklearn-16
  3. channels:
  4. - conda-forge
  5. dependencies:
  6. - python>=3.13,<3.14
  7. - numpy>=1.19.5
  8. - pandas>=1.1.5
  9. - matplotlib>=3.3.4
  10. - seaborn>=0.9.0
  11. - ipykernel>=6.29
  12. - scipy>=1.6.0
  13. - scikit-learn>=1.6.1,<1.7.0
  14. - cython>=3.0.10
  15. ...