Closed dependabot[bot] closed 3 hours ago
Unable to locate .performanceTestingBot config file
This PR updates the TensorFlow and OpenCV-Python dependencies across three different directories. The main changes include upgrading TensorFlow from 2.8.1 to 2.12.1 in all three directories and OpenCV-Python from 4.5.4.60 to 4.8.1.78 in the PPO directory.
classDiagram
class Requirements {
+absl_py: String
+atari_py: String
+opencv_python: String
+flax: String
+gym: String
+ml_collections: String
+numpy: String
+optax: String
+tensorflow: String
+tensorflow_datasets: String
+tensorflow_text: String
}
note for Requirements "Updated opencv-python to 4.8.1.78 and tensorflow to 2.12.1"
Change | Details | Files |
---|---|---|
Update TensorFlow to version 2.12.1 across all directories |
|
examples/ppo/requirements.txt examples/ogbg_molpcba/requirements.txt examples/sst2/requirements.txt |
Update OpenCV-Python to version 4.8.1.78 in PPO directory |
|
examples/ppo/requirements.txt |
Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information
By default, I don't review pull requests opened by bots. If you would like me to review this pull request anyway, you can request a review via the /korbit-review
command in a comment.
Thanks @dependabot[bot] for opening this PR!
For COLLABORATOR only :
To add labels, comment on the issue
/label add label1,label2,label3
To remove labels, comment on the issue
/label remove label1,label2,label3
PR Details of @dependabot[bot] in midjourney-flax : | OPEN | CLOSED | TOTAL |
---|---|---|---|
1 | 3 | 4 |
[!IMPORTANT]
Review skipped
Bot user detected.
To trigger a single review, invoke the
@coderabbitai review
command.You can disable this status message by setting the
reviews.review_status
tofalse
in the CodeRabbit configuration file.
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
Package | New capabilities | Transitives | Size | Publisher |
---|---|---|---|---|
pypi/opencv-python@4.8.1.78 | environment, eval, filesystem, network, shell, unsafe | +26 |
1.11 GB | andrey.senyaev, asmorkalov, sergregory, ...1 more |
🚮 Removed packages: pypi/opencv-python@4.5.4.60
Bumps the pip group with 1 update in the /examples/ogbg_molpcba directory: tensorflow. Bumps the pip group with 2 updates in the /examples/ppo directory: tensorflow and opencv-python. Bumps the pip group with 1 update in the /examples/sst2 directory: tensorflow.
Updates
tensorflow
from 2.8.1 to 2.12.1Release notes
Sourced from tensorflow's releases.
... (truncated)
Changelog
Sourced from tensorflow's changelog.
... (truncated)
Commits
8e2b665
Merge pull request #61094 from tensorflow/venkat-patch-44402478f0
Fix unit test failure caused by numpy update2cd9b41
Merge pull request #61082 from tensorflow/venkat-patch-3337995c95
Updating Simplified retry logic to DNS cache29479ed
Merge pull request #60872 from tensorflow/r2.12-c45a6c0b1cbe76a933
Simplified retry logic to DNS cache76addf7
Merge pull request #60850 from elfringham/non_pip_fix05987a8
[Linaro:ARM_CI] Fix permissions for running nonpip tests23724d2
Merge pull request #60842 from elfringham/r2.12496730b
Limit typing_extensions to less than 4.6.0 until it worksUpdates
tensorflow
from 2.8.1 to 2.12.1Release notes
Sourced from tensorflow's releases.
... (truncated)
Changelog
Sourced from tensorflow's changelog.
... (truncated)
Commits
8e2b665
Merge pull request #61094 from tensorflow/venkat-patch-44402478f0
Fix unit test failure caused by numpy update2cd9b41
Merge pull request #61082 from tensorflow/venkat-patch-3337995c95
Updating Simplified retry logic to DNS cache29479ed
Merge pull request #60872 from tensorflow/r2.12-c45a6c0b1cbe76a933
Simplified retry logic to DNS cache76addf7
Merge pull request #60850 from elfringham/non_pip_fix05987a8
[Linaro:ARM_CI] Fix permissions for running nonpip tests23724d2
Merge pull request #60842 from elfringham/r2.12496730b
Limit typing_extensions to less than 4.6.0 until it worksUpdates
opencv-python
from 4.5.4.60 to 4.8.1.78Release notes
Sourced from opencv-python's releases.
... (truncated)
Commits
Updates
tensorflow
from 2.8.1 to 2.12.1Release notes
Sourced from tensorflow's releases.
... (truncated)
Changelog
Sourced from tensorflow's changelog.
... (truncated)
Commits
8e2b665
Merge pull request #61094 from tensorflow/venkat-patch-44402478f0
Fix unit test failure caused by numpy update2cd9b41
Merge pull request #61082 from tensorflow/venkat-patch-3337995c95
Updating Simplified retry logic to DNS cache29479ed
Merge pull request #60872 from tensorflow/r2.12-c45a6c0b1cbe76a933
Simplified retry logic to DNS cache76addf7
Merge pull request #60850 from elfringham/non_pip_fix05987a8
[Linaro:ARM_CI] Fix permissions for running nonpip tests23724d2
Merge pull request #60842 from elfringham/r2.12496730b
Limit typing_extensions to less than 4.6.0 until it worksDependabot 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
Summary by Sourcery
Update dependencies for TensorFlow and OpenCV-Python across various directories to their latest versions, enhancing security and functionality.
Enhancements: