- Update TypeScript types to match flat backend response structure - Remove nested model_info and metrics objects - Remove label_config, use labels array and per_class_metrics array - Update all component references to use new structure - Generate default colors for prediction labels in CandleChart - Fix TypeScript type errors for nullable model_version - Remove accuracy/F1 metrics display (not in new response)
15 lines
240 B
YAML
15 lines
240 B
YAML
channels:
|
|
- conda-forge
|
|
dependencies:
|
|
- python=3.13.5
|
|
- pip
|
|
- pip:
|
|
- mlflow==3.9.0
|
|
- cloudpickle==3.1.2
|
|
- numpy==2.4.2
|
|
- pandas==2.3.3
|
|
- psutil==7.2.2
|
|
- pyarrow==22.0.0
|
|
- scikit-learn==1.8.0
|
|
- scipy==1.17.0
|
|
name: mlflow-env
|