scikit-learn-contrib / imbalanced-learn

A Python Package to Tackle the Curse of Imbalanced Datasets in Machine Learning
https://imbalanced-learn.org
MIT License
6.85k stars 1.29k forks source link

MAINT pin numpy and scipy version for minimum keras/tensorflow #965

Closed glemaitre closed 1 year ago

glemaitre commented 1 year ago

Trying to fix the CIs for minimum tensorflow and keras.

codecov[bot] commented 1 year ago

Codecov Report

Base: 96.48% // Head: 96.51% // Increases project coverage by +0.02% :tada:

Coverage data is based on head (c2b9d2b) compared to base (360f7c2). Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #965 +/- ## ========================================== + Coverage 96.48% 96.51% +0.02% ========================================== Files 103 103 Lines 7280 7280 Branches 1071 1071 ========================================== + Hits 7024 7026 +2 + Misses 148 147 -1 + Partials 108 107 -1 ``` | [Impacted Files](https://codecov.io/gh/scikit-learn-contrib/imbalanced-learn/pull/965?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=scikit-learn-contrib) | Coverage Δ | | |---|---|---| | [imblearn/keras/\_generator.py](https://codecov.io/gh/scikit-learn-contrib/imbalanced-learn/pull/965/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=scikit-learn-contrib#diff-aW1ibGVhcm4va2VyYXMvX2dlbmVyYXRvci5weQ==) | `91.78% <0.00%> (+2.73%)` | :arrow_up: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=scikit-learn-contrib). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=scikit-learn-contrib)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.