-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #71 from slimgroup/compathelper/new_version/2023-0…
…2-02-01-40-19-143-00770612277 CompatHelper: bump compat for CUDA to 4, (keep existing compat)
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name = "InvertibleNetworks" | ||
uuid = "b7115f24-5f92-4794-81e8-23b0ddb121d3" | ||
authors = ["Philipp Witte <[email protected]>", "Ali Siahkoohi <[email protected]>", "Mathias Louboutin <[email protected]>", "Gabrio Rizzuti <[email protected]>", "Rafael Orozco <[email protected]>", "Felix J. herrmann <[email protected]>"] | ||
version = "2.2.2" | ||
version = "2.2.3" | ||
This comment has been minimized.
Sorry, something went wrong. |
||
|
||
[deps] | ||
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba" | ||
|
@@ -15,7 +15,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" | |
Wavelets = "29a6e085-ba6d-5f35-a997-948ac2efa89a" | ||
|
||
[compat] | ||
CUDA = "1, 2, 3" | ||
CUDA = "1, 2, 3, 4" | ||
ChainRulesCore = "0.8, 0.9, 0.10, 1" | ||
Flux = "0.11, 0.12, 0.13" | ||
JOLI = "0.7, 0.8" | ||
|
1 comment
on commit 11a4a77
There was a problem hiding this comment.
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/77596
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 v2.2.3 -m "<description of version>" 11a4a776ea9a413523bc94191c77e967996c8cc7
git push origin v2.2.3
@JuliaRegistrator register