Skip to content

Commit

Permalink
be less restrictive on CUDA
Browse files Browse the repository at this point in the history
  • Loading branch information
Iddingsite committed Jan 23, 2025
1 parent c560192 commit b84e865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"

[compat]
CUDA = "5.6.1"
CUDA = "5"
DiffEqBase = "6"
DiffEqCallbacks = "3, 4"
Documenter = "1"
Expand Down

4 comments on commit b84e865

@Iddingsite
Copy link
Owner Author

Choose a reason for hiding this comment

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

@JuliaRegistrator register

Release notes:

  • Fix to be GPU compatible

@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 updated: JuliaRegistries/General/123566

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.2.2 -m "<description of version>" b84e8652a02324f3b32150c8410ddd38412e5b1d
git push origin v0.2.2

@Iddingsite
Copy link
Owner Author

Choose a reason for hiding this comment

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

@JuliaRegistrator register

Release notes:

Fix to be GPU compatible

@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 updated: JuliaRegistries/General/123566

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.2.2 -m "<description of version>" b84e8652a02324f3b32150c8410ddd38412e5b1d
git push origin v0.2.2

Please sign in to comment.