Skip to content

Commit

Permalink
Merge pull request #1535 from FluxML/compathelper/new_version/2024-10…
Browse files Browse the repository at this point in the history
…-18-00-15-36-444-02277127070

CompatHelper: bump compat for GPUArrays to 11, (keep existing compat)
  • Loading branch information
mcabbott authored Nov 10, 2024
2 parents eaa0379 + e041944 commit 9b6dd08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "Zygote"
uuid = "e88e6eb3-aa80-5325-afca-941959d7151f"
version = "0.6.72"
version = "0.6.73"

[deps]
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"
Expand Down Expand Up @@ -46,7 +46,7 @@ DiffRules = "1.4"
Distances = "0.10"
FillArrays = "0.8, 0.9, 0.10, 0.11, 0.12, 0.13, 1"
ForwardDiff = "0.10"
GPUArrays = "8.4.2, 9, 10"
GPUArrays = "8.4.2, 9, 10, 11"
GPUArraysCore = "0.1.1, 0.2"
IRTools = "0.4.12"
LogExpFunctions = "0.3.1"
Expand Down

2 comments on commit 9b6dd08

@mcabbott
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/119110

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.6.73 -m "<description of version>" 9b6dd0803441a874f6afdbdfa61e27c2b9b1b097
git push origin v0.6.73

Please sign in to comment.