File size: 283 Bytes
9766dd6 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
channels:
- conda-forge
dependencies:
- python=3.10.15
- pip
- pip:
- mlflow==2.9.2
- cloudpickle==3.1.0
- intent-service==0.1.7
- jinja2==3.1.4
- numpy==1.26.4
- packaging==23.2
- pandas==2.2.3
- pyyaml==6.0.2
- requests==2.32.3
- scipy==1.14.1
name: mlflow-env
|