You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've noticed Keras is using some older versions of GitHub Actions (i.e actions/stale@v5, when @v8 is available). These can be kept up-to-date with dependabot, ensuring Keras runs the latest versions of Actions after a new major version. The status of the CI tests will ensure there are no breaking changes.
There are also a few Python dependencies with new versions (torch and torchvision, which are fully pinned in requirements-torch-cuda.txt). Dependabot can also keep an eye on these if you wish.
I'll send a PR setting up dependabot to update all these dependencies so you can take a look.
The text was updated successfully, but these errors were encountered:
Thanks for the issue report and creating PR, on successful merging of the linked PR, the issue will be closed.
Going forward, you can create only PR with the details.
I've noticed Keras is using some older versions of GitHub Actions (i.e
actions/stale@v5
, when@v8
is available). These can be kept up-to-date with dependabot, ensuring Keras runs the latest versions of Actions after a new major version. The status of the CI tests will ensure there are no breaking changes.There are also a few Python dependencies with new versions (torch and torchvision, which are fully pinned in
requirements-torch-cuda.txt
). Dependabot can also keep an eye on these if you wish.I'll send a PR setting up dependabot to update all these dependencies so you can take a look.
The text was updated successfully, but these errors were encountered: