xiaoyaoes commited on
Commit
e7637e1
·
verified ·
1 Parent(s): a1d7a57

Upload conda.yaml with huggingface_hub

Browse files
Files changed (1) hide show
  1. conda.yaml +9 -0
conda.yaml ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ channels:
2
+ - conda-forge
3
+ dependencies:
4
+ - python=3.11
5
+ - pip
6
+ - pip:
7
+ - mlflow
8
+ - scikit-learn
9
+ name: mlflow-env