eliotz commited on
Commit
c05d7e1
1 Parent(s): 1b4a999

Upload conda.yaml

Browse files
Files changed (1) hide show
  1. conda.yaml +17 -0
conda.yaml ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ channels:
2
+ - conda-forge
3
+ dependencies:
4
+ - python=3.10.15
5
+ - pip
6
+ - pip:
7
+ - mlflow==2.9.2
8
+ - cloudpickle==3.1.0
9
+ - intent-service==0.1.7
10
+ - jinja2==3.1.4
11
+ - numpy==1.26.4
12
+ - packaging==23.2
13
+ - pandas==2.2.3
14
+ - pyyaml==6.0.2
15
+ - requests==2.32.3
16
+ - scipy==1.14.1
17
+ name: mlflow-env