env-ilab-25.yml 260 B

12345678910111213141516
  1. ---
  2. name: ilab-25
  3. channels:
  4. - conda-forge
  5. dependencies:
  6. - python>=3.11,<3.12
  7. - numpy>=1.26.0
  8. - pandas>=2.2.0
  9. - matplotlib>=3.10.0
  10. - seaborn>=0.13.0
  11. - ipykernel>=6.29
  12. - pip>=25.0
  13. - cmake>=4.0.0
  14. - pip:
  15. - instructlab>=0.25.0,<0.26.0
  16. ...