-
Notifications
You must be signed in to change notification settings - Fork 3
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(deps): bump numpy from 1.24.4 to 1.26.2 in /app/video-processing #111
build(deps): bump numpy from 1.24.4 to 1.26.2 in /app/video-processing #111
Conversation
6aa803c
to
899f309
Compare
@dependabot rebase |
899f309
to
e283060
Compare
Looks like this PR is already up-to-date with develop! If you'd still like to recreate it from scratch, overwriting any edits, you can request |
Looks like this requires a bump to python 3.9. |
what would updating to 3.9 require on the build side? would you need to modify the makefile/dockerfile @tthvo? because if it's complicated or adds a significant bloat to the image size, I don't think it's really necessary as numpy is only directly used once in my code (for numpy array slicing), it's mostly there as a dependency for opencv. |
For build, all I need is to update the base image tag to |
e283060
to
f82ac47
Compare
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.
looking through the changelog, can't see anything that would conflict or break our other dependencies
@tthvo rebase then merge? |
f82ac47
to
1645f79
Compare
Yeh, but hold on. Will need to upgrade to higher python >= 3.9 first here. |
1645f79
to
d22a2bf
Compare
d22a2bf
to
c81112a
Compare
Build Error! No Linked Issue found. Please link an issue or mention it in the body using #<issue_id> |
Okayy @MyStackOverflows, upgraded to python 3.11 now. Ideally, 3.13 but not yet available to fedora or rhel. |
Thats unfortunate indeed. Since you are the maintainer of this component, I will just downgrade python to 3.9. We will aim for higher python later. |
a8a605e
to
1bf8e08
Compare
@dependabot rebase |
Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry! If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request |
444401c
to
30490dd
Compare
Ping @MyStackOverflows. Downgraded to python 3.9 now. |
Bumps [numpy](https://github.com/numpy/numpy) from 1.24.4 to 1.26.2. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](numpy/numpy@v1.24.4...v1.26.2) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
30490dd
to
f961c25
Compare
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.
looks good to me!
Bumps numpy from 1.24.4 to 1.26.2.
Related to #140
Release notes
Sourced from numpy's releases.
... (truncated)
Commits
03b6260
Merge pull request #25128 from charris/prepare-1.26.26961f60
REL: Prepare for the NumPy 1.26.2 released81f0ae
Merge pull request #25121 from charris/backport-25042766d5a8
BUG: ensure passingnp.dtype
to itself doesn't crashcefdd34
Merge pull request #25120 from charris/backport-25063ae77d67
Merge pull request #25119 from charris/backport-250900035b44
BLD: change default of theallow-noblas
option to true.12b7b35
BUG: Make n a long int for np.random.multinomial9887c9c
Merge pull request #25118 from charris/backport-250512359aec
MAINT: Make bitfield integers unsignedDependabot 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)