Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

conda.yaml 224 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
  1. channels:
  2. - conda-forge
  3. dependencies:
  4. - python=3.11.5
  5. - pip<=23.2.1
  6. - pip:
  7. - mlflow==2.6.0
  8. - cloudpickle==2.2.1
  9. - numpy==1.26.0
  10. - psutil==5.9.0
  11. - scikit-learn==1.3.0
  12. - scipy==1.11.2
  13. name: mlflow-env
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...