File size: 229 Bytes
10cfc3f | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | channels:
- conda-forge
dependencies:
- python=3.13.3
- pip<=25.1.1
- pip:
- mlflow==2.22.0
- cloudpickle==3.1.1
- numpy==2.2.4
- pandas==2.2.3
- psutil==7.0.0
- scikit-learn==1.6.1
- scipy==1.15.2
name: mlflow-env
|