Skip to content

Commit

Permalink
CompatHelper: bump compat for Bumper in [weakdeps] to 0.7, (keep exis…
Browse files Browse the repository at this point in the history
…ting compat) (#184)

Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org>
  • Loading branch information
github-actions[bot] and CompatHelper Julia committed Aug 12, 2024
1 parent e318768 commit 2da3b04
Showing 1 changed file with 3 additions and 17 deletions.
20 changes: 3 additions & 17 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name = "TensorOperations"
uuid = "6aa20fa7-93e2-5fca-9bc0-fbd0db3c71a2"
authors = [
"Lukas Devos <lukas.devos@ugent.be>",
"Maarten Van Damme <maartenvd1994@gmail.com>",
"Jutho Haegeman <jutho.haegeman@ugent.be>",
]
authors = ["Lukas Devos <lukas.devos@ugent.be>", "Maarten Van Damme <maartenvd1994@gmail.com>", "Jutho Haegeman <jutho.haegeman@ugent.be>"]
version = "5.0.0"

[deps]
Expand Down Expand Up @@ -33,7 +29,7 @@ TensorOperationscuTENSORExt = ["cuTENSOR", "CUDA"]

[compat]
Aqua = "0.6, 0.7, 0.8"
Bumper = "0.6"
Bumper = "0.6, 0.7"
CUDA = "5.4.0"
ChainRulesCore = "1"
ChainRulesTestUtils = "1"
Expand Down Expand Up @@ -64,14 +60,4 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
cuTENSOR = "011b41b2-24ef-40a8-b3eb-fa098493e9e1"

[targets]
test = [
"Test",
"Random",
"DynamicPolynomials",
"ChainRulesTestUtils",
"CUDA",
"cuTENSOR",
"Aqua",
"Logging",
"Bumper",
]
test = ["Test", "Random", "DynamicPolynomials", "ChainRulesTestUtils", "CUDA", "cuTENSOR", "Aqua", "Logging", "Bumper"]

0 comments on commit 2da3b04

Please sign in to comment.