(#3841) raise supported MLflow version #3842
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Related Issue or bug
tracked in #3841
Closes #3841
Describe the changes you've made
I have checked what features / APIs derive from the current supported version. Raised the version in requirements.
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
I have run all relevant tests (as far as I could find out) against the following mlflow client versions:
2.0.0
(yanked version; oldest compatible)2.9.0
(latest at time writing this)I have run all the tests; passing locally. Tests of special interest are:
pycaret/tests/test_anomaly.py
Line 16 in b84fe9b
pycaret/tests/test_classification.py
Line 207 in b84fe9b
pycaret/tests/test_clustering.py
Line 20 in b84fe9b
pycaret/tests/test_regression.py
Line 197 in b84fe9b
pycaret/tests/test_time_series_mlflow.py
Line 11 in b84fe9b
pycaret/tests/test_time_series_mlflow.py
Line 60 in b84fe9b
Describe if there is any unusual behaviour of your code(Write
NA
if there isn't)NA
Checklist:
Screenshots