-
Notifications
You must be signed in to change notification settings - Fork 6
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
chore(deps-dev): update gpflow requirement from <2.6.0,>=2.2.0 to >=2.2.0,<2.10.0 #293
base: main
Are you sure you want to change the base?
Conversation
Updates the requirements on [gpflow](https://github.com/GPflow/GPflow) to permit the latest version. - [Release notes](https://github.com/GPflow/GPflow/releases) - [Changelog](https://github.com/GPflow/GPflow/blob/develop/RELEASE.md) - [Commits](GPflow/GPflow@v2.2.0...v2.9.2) --- updated-dependencies: - dependency-name: gpflow dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
Reviewer's Guide by SourceryThis PR updates the gpflow dependency version constraint in setup.cfg from '< 2.6.0' to '< 2.10.0'. The changes allow for the usage of the latest gpflow versions, which include support for Tensorflow 2.16 and other bug fixes and improvements. The update was applied consistently in multiple dependency groups within the configuration file. Flow diagram for gpflow dependency version updateflowchart TD
A[Start: Review dependency configuration] --> B[Locate gpflow entry in setup.cfg]
B --> C[Current constraint: gpflow >=2.2.0, <2.6.0]
C --> D[Update to new constraint: gpflow >=2.2.0, <2.10.0]
D --> E[Enable support for Tensorflow 2.16 & bug fixes]
E --> F[Commit and merge changes]
F --> G[CI tests and final validation]
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
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.
We have skipped reviewing this pull request. It seems to have been created by a bot (hey, dependabot[bot]!). We assume it knows what it's doing!
Updates the requirements on gpflow to permit the latest version.
Release notes
Sourced from gpflow's releases.
Changelog
Sourced from gpflow's changelog.
... (truncated)
Commits
7d50d81
Merge pull request #2114 from GPflow/develop81fe1fb
Bump version to 2.9.2 in preparation for release (#2113)61c1729
Update prod tf version to 2.11 (#2110)6467581
Bump max_tf_ver to 2.16.1 (#2107)88f0b17
Merge pull request #2104 from GPflow/develop3b62003
Bump version to 2.9.1 in preparation for release (#2103)86c5fe1
Don't try to save the compile cache when pickling Scipy optimizer (#2102)2eaa37f
Clarify training_loss mention in tutorial (#2100)9eb6f79
Update max_tf_version and see what breaks (#2098)dca094b
Support initialising Linear when A is a Parameter (#2096)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)Summary by Sourcery
Build: