Upload evil_mfc_model/conda.yaml with huggingface_hub
Browse files
evil_mfc_model/conda.yaml
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
channels:
|
| 2 |
+
- conda-forge
|
| 3 |
+
dependencies:
|
| 4 |
+
- python=3.11.15
|
| 5 |
+
- pip<=24.0
|
| 6 |
+
- pip:
|
| 7 |
+
- mlflow==3.14.0
|
| 8 |
+
- cloudpickle==3.1.2
|
| 9 |
+
name: mlflow-env
|