Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Resolve ColSpec TypeError by updating dependencies in conda.yml
- Updated `conda.yml` for the `test_regression_model` component to address compatibility issues: - Set `python` to version 3.10.0 for consistency. - Upgraded `scikit-learn` to 1.5.2 to match the version used during model saving. - Adjusted `pip` to 23.3.1 and `requests` to 2.24.0 for dependency compatibility. - Included `pandas` version 2.1.3 to align with other components. - Updated `mlflow` to 2.18.0 for improved support. - Ensured all required dependencies are explicitly listed for compatibility with the `wandb-utils` component. - This fixes the `TypeError: ColSpec.__init__() got an unexpected keyword argument 'required'` error encountered during model loading.
- Loading branch information