alteryx / evalml

EvalML is an AutoML library written in python.
https://evalml.alteryx.com
BSD 3-Clause "New" or "Revised" License
734 stars 83 forks source link

Unpin dependencies blocked on Python 3.8 #4432

Closed eccabay closed 1 month ago

eccabay commented 1 month ago

Closes #4314 and #4014

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 62.96296% with 10 lines in your changes are missing coverage. Please review.

Project coverage is 59.1%. Comparing base (d7e6e72) to head (7034239).

Files Patch % Lines
...nents/transformers/imputers/time_series_imputer.py 41.7% 7 Missing :warning:
.../tests/component_tests/test_time_series_imputer.py 0.0% 2 Missing :warning:
...alml/data_checks/target_distribution_data_check.py 0.0% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #4432 +/- ## ======================================== - Coverage 99.7% 59.1% -40.6% ======================================== Files 352 352 Lines 39804 39777 -27 ======================================== - Hits 39683 23476 -16207 - Misses 121 16301 +16180 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

eccabay commented 1 month ago

Closing, will unpin shap and scipy in #4436 and continue to track pandas unpinning once the sktime and pandas incompatibility (issue here) is resolved.