-
Notifications
You must be signed in to change notification settings - Fork 91
build: Update SciPy lower bound to v1.5.4 #2633
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
build: Update SciPy lower bound to v1.5.4 #2633
Conversation
* SciPy v1.5.4 is the first SciPy release to have Python 3.9 wheels. * Update scipy to v1.5.4 in tests/constraints.txt to enforce the lower bound for the minimum supported dependencies tests.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates the minimum required scipy version from 1.5.2 to 1.5.4 across dependency specifications.
Key changes:
- Updated scipy minimum version constraint from 1.5.2 to 1.5.4 in both
pyproject.tomlandtests/constraints.txt
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| tests/constraints.txt | Updated pinned scipy version for testing from 1.5.2 to 1.5.4 |
| pyproject.toml | Updated minimum scipy version requirement from >=1.5.2 to >=1.5.4 in project dependencies |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2633 +/- ##
=======================================
Coverage 98.23% 98.23%
=======================================
Files 65 65
Lines 4190 4190
Branches 453 453
=======================================
Hits 4116 4116
Misses 45 45
Partials 29 29
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|

Description
v1.5.4is the first SciPy release to have Python 3.9 wheels.scipytov1.5.4intests/constraints.txtto enforce the lower bound for the minimum supported dependencies tests.Checklist Before Requesting Reviewer
Before Merging
For the PR Assignees: