Skip to content

Commit

Permalink
Merge pull request #71 from slimgroup/compathelper/new_version/2023-0…
Browse files Browse the repository at this point in the history
…2-02-01-40-19-143-00770612277

CompatHelper: bump compat for CUDA to 4, (keep existing compat)
  • Loading branch information
mloubout authored Feb 13, 2023
2 parents 7b9aa21 + 987cd0d commit 11a4a77
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,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.

Copy link
@mloubout

mloubout Feb 13, 2023

Author Member

[deps]
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
Expand All @@ -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"
Expand Down

1 comment on commit 11a4a77

@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/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

Please sign in to comment.