-
Notifications
You must be signed in to change notification settings - Fork 36
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
Bump the pip-version group with 3 updates #1004
Conversation
Bumps the pip-version group with 3 updates: [coverage](https://github.com/nedbat/coveragepy), [numpy](https://github.com/numpy/numpy) and [tables](https://github.com/PyTables/PyTables). Updates `coverage` from 7.6.0 to 7.6.1 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](nedbat/coveragepy@7.6.0...7.6.1) Updates `numpy` from 2.0.1 to 2.1.0 - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](numpy/numpy@v2.0.1...v2.1.0) Updates `tables` from 3.9.2 to 3.10.1 - [Release notes](https://github.com/PyTables/PyTables/releases) - [Changelog](https://github.com/PyTables/PyTables/blob/master/RELEASE_NOTES.rst) - [Commits](PyTables/PyTables@v3.9.2...v3.10.1) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-version - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-version - dependency-name: tables dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-version ... Signed-off-by: dependabot[bot] <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1004 +/- ##
==========================================
+ Coverage 86.01% 86.09% +0.08%
==========================================
Files 20 20
Lines 3503 3503
Branches 770 770
==========================================
+ Hits 3013 3016 +3
+ Misses 333 330 -3
Partials 157 157 ☔ View full report in Codecov by Sentry. |
Numpy 2.1.0 does not support 3.9, so the ubuntu-latest, 3.9 was failing to install numpy. Rather than remove the test for Python 3.9, I bumped it to the oldest requirements. To fix that, I had to bump the 1.19.0 to 1.19.3, which has binary wheels available for all platforms. I based this on the list of compatible versions contained in the deprecated oldest-supported-numpy project Now, it looks like something about Cython requirement is causing it to try to find numpy 1.14.5, which fails
|
Fixing this probably requires a bump of pandas, too. That's pinned to an old NumPy/Cython in its build dependencies and is trying to build from a tarball.
I have been requiring that our "oldest" dependencies must have wheels available. Pandas 1.2.0 is the first minor version with wheels for Python 3.9, so I'll use that. edit: similar issue for h5py, too. |
…hon 3.9. A bug with `setcheckinterval` (removed in Python 3.9) was fixed in https://github.com/tqdm/tqdm/releases/tag/v4.46.1
Bumps the pip-version group with 3 updates: coverage, numpy and tables.
Updates
coverage
from 7.6.0 to 7.6.1Changelog
Sourced from coverage's changelog.
Commits
29f5898
docs: sample HTML for 7.6.19b829f1
docs: prep for 7.6.1ebbb6a2
build: wheels for 3.13rc13872525
chore: make upgrade7a27f40
test: fix a test on free-threading, use abiflags to get site-packages path co...2b53664
build: include gil/nogil in the version bannerda1682f
docs: changelog and contributor for #1828dc819ff
test: two tests for #18289aaa404
fix: properly handle backslash before multi-line string (#1828)9c50270
chore: make upgradeUpdates
numpy
from 2.0.1 to 2.1.0Release notes
Sourced from numpy's releases.
... (truncated)
Commits
2f7fe64
Merge pull request #27236 from charris/prepare-2.1.0b6f434f
REL: Prepare for the NumPy 2.1.0 release [wheel build]3cf9394
Merge pull request #27234 from charris/backport-259847443dcc
Merge pull request #27233 from charris/backport-2722385b1cab
BUG: Allow fitting of degree zero polynomials with Polynomial.fit395a81d
DOC: reword discussion about shared arrays to hopefully be clearer5af2e96
Move NUMUSERTYPES thread safety discussion to legacy DType API docsd902c24
DOC: add docs on thread safety in NumPyc080180
Merge pull request #27229 from charris/backport-2722644ce7e8
BUG: FixPyArray_ZeroContiguousBuffer
(resize) with struct dtypesUpdates
tables
from 3.9.2 to 3.10.1Release notes
Sourced from tables's releases.
... (truncated)
Changelog
Sourced from tables's changelog.
Commits
13410b6
Update release date8dabc8c
Typo26706af
Update announcement template6a8e92b
Update release notes3a8a2ed
Update the version number65e5ff7
Merge pull request #1204 from avalentino/bugfix/fix-dependency-constraintsb94b4d5
Update pyproject.toml2f86a74
Update pyproject.toml2e8e2d9
Enforce the use of numpy 2 at build time85bfe57
PyTables is now comaptible with numpy 2 (Closes #1200)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditions