Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BLD: Fix broken versions #512

Merged
merged 2 commits into from
May 29, 2024
Merged

BLD: Fix broken versions #512

merged 2 commits into from
May 29, 2024

Conversation

Jacob-Stevens-Haas
Copy link
Member

Arviz uses scipy.signal.gaussian, which was removed in 1.13. Most recent arviz uses scipy.signal.windows.gaussian

scikit-learn 1.5.0 contained a regression
(scikit-learn/scikit-learn#28352) that has been fixed in
scikit-learn/scikit-learn#29078

Arviz uses scipy.signal.gaussian, which was removed in 1.13.  Most recent
arviz uses scipy.signal.windows.gaussian

scikit-learn 1.5.0 contained a regression
(scikit-learn/scikit-learn#28352)
that has been fixed in
scikit-learn/scikit-learn#29078
Copy link

codecov bot commented May 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.70%. Comparing base (7f5c7b7) to head (3cc261a).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #512   +/-   ##
=======================================
  Coverage   94.70%   94.70%           
=======================================
  Files          38       38           
  Lines        4114     4114           
=======================================
  Hits         3896     3896           
  Misses        218      218           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

To test the notebooks, need to install SBR extras, which included a version
of arviz that isn't available on 3.9.  Earlier version works, but restricts
scipy version
@Jacob-Stevens-Haas Jacob-Stevens-Haas merged commit 22236b5 into master May 29, 2024
6 of 7 checks passed
@Jacob-Stevens-Haas Jacob-Stevens-Haas deleted the hotfix-sklearn-scipy branch May 29, 2024 19:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant