Closed dependabot[bot] closed 1 year ago
@maffettone After experimenting with "one repo per tutorial" I have decided the maintenance cost of that structure outweighs the benefit. I have therefore archived https://github.com/bluesky/tutorial-adaptive-RL-sampling and copied its content into this repo, where I intend to continue to maintain it.
An automatic security scan from GitHub recommended the dependency update in this PR. CI finds that the recommended change is incompatible with some of the other dependency pins. Can they be loosened? Excerpt from the build logs:
ERROR: Cannot install -r binder/requirements.txt (line 28) and tensorboard==2.2.1 because these package versions have conflicting dependencies.
ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/user_guide/#fixing-conflicting-dependencies
INFO: pip is looking at multiple versions of <Python from Requires-Python> to determine which version is compatible with other requirements. This could take a while.
INFO: pip is looking at multiple versions of numpy to determine which version is compatible with other requirements. This could take a while.
The conflict is caused by:
The user requested tensorboard==2.2.1
tensorflow 2.4.2 depends on tensorboard~=2.4
To fix this you could try to:
1. loosen the range of package versions you've specified
2. remove package versions to allow pip attempt to solve the dependency conflict
@danielballan Tensorboard can be fully relaxed and was. I checked the functionality of the AdaptiveSampling notebook and everything runs well with these changes. I had to relax numpy up an approximate patch for the updated tensorflow. Assuming this change is fine, this PR is good to go.
A newer version of tensorflow exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.
We got rid of tensorflow
via https://github.com/bluesky/tutorials/pull/135. Closing this PR.
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version
or @dependabot ignore this minor version
.
If you change your mind, just re-open this PR and I'll resolve any conflicts on it.
Bumps tensorflow from 2.2.0 to 2.4.2.
Release notes
Sourced from tensorflow's releases.
... (truncated)
Changelog
Sourced from tensorflow's changelog.
... (truncated)
Commits
1923123
Merge pull request #50210 from tensorflow/geetachavan1-patch-1a0c8093
Update BUILDf1c8200
Merge pull request #50203 from tensorflow/mihaimaruseac-patch-17cf45b5
Update common.sh4aaac2b
Merge pull request #50185 from geetachavan1/cherrypicks_U90C165afa4b
Fix the nightly nonpip builds for MacOS.46c1821
Merge pull request #50184 from tensorflow/mihaimaruseac-patch-1cf8d667
Update common_win.batb2ef8a6
Merge pull request #50061 from tensorflow/geetachavan1-patch-2f9a1ba8
Update sparse_fill_empty_rows_op.ccYou can trigger a rebase of this PR 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 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/bluesky/tutorials/network/alerts).