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

Update numba requirement from ~=0.56.4 to ~=0.61.0 #2575

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 5, 2025

Updates the requirements on numba to permit the latest version.

Release notes

Sourced from numba's releases.

Numba 0.61.0

Major Numba release adding Python 3.13 and NumPy 2.1 support. View detailed release notes and changelog here.

Commits
  • 8ec16ce Merge pull request #9897 from kc611/release0.61
  • a9ee23a Fixed NumPy versioning issue in RTD
  • 01e0bcd Updated version support table
  • 0ae7143 Modified changelog for 0.61.0 final
  • 7d23618 Merge pull request #9887 from sklam/misc/disable_coverage
  • 0d7b433 Merge pull request #9843 from kc611/release0.61
  • 3735191 Update docs/source/release/0.61.0-notes.rst
  • 1bd3d0f Updated changelog entries
  • d74d94e Merge pull request #9848 from sklam/fix/py3_13_1_getiter
  • bf20b30 Added Changlog entries for RC2
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
numba [>= 0.58.dev0, < 0.59]

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [numba](https://github.com/numba/numba) to permit the latest version.
- [Release notes](https://github.com/numba/numba/releases)
- [Commits](numba/numba@0.56.4...0.61.0)

---
updated-dependencies:
- dependency-name: numba
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Feb 5, 2025
Copy link

codecov bot commented Feb 5, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 56.58%. Comparing base (88f7918) to head (c180cac).

❌ Your project check has failed because the head coverage (56.58%) is below the target coverage (83.00%). You can increase the head coverage or adjust the target coverage.

❗ There is a different number of reports uploaded between BASE (88f7918) and HEAD (c180cac). Click for more details.

HEAD has 14 uploads less than BASE
Flag BASE (88f7918) HEAD (c180cac)
27 13
Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##             main    #2575       +/-   ##
===========================================
- Coverage   85.40%   56.58%   -28.82%     
===========================================
  Files         334      334               
  Lines       31002    31002               
  Branches     5300     5300               
===========================================
- Hits        26478    17544     -8934     
- Misses       3055    12526     +9471     
+ Partials     1469      932      -537     

see 159 files with indirect coverage changes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant