File size: 291 Bytes
45532b5 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
channels:
- conda-forge
dependencies:
- python=3.12.8
- pip<=24.3.1
- pip:
- mlflow==2.20.1
- cloudpickle==3.1.1
- jinja2==3.1.5
- numpy==2.2.1
- pandas==2.2.3
- psutil==6.1.1
- scikit-learn==1.6.1
- scipy==1.15.1
- transformers==4.48.2
- xgboost==2.1.4
name: mlflow-env
|