Skip to content

Commit 2da3b04

Browse files
github-actions[bot]CompatHelper Julia
andauthored
CompatHelper: bump compat for Bumper in [weakdeps] to 0.7, (keep existing compat) (#184)
Co-authored-by: CompatHelper Julia <[email protected]>
1 parent e318768 commit 2da3b04

File tree

1 file changed

+3
-17
lines changed

1 file changed

+3
-17
lines changed

Project.toml

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
name = "TensorOperations"
22
uuid = "6aa20fa7-93e2-5fca-9bc0-fbd0db3c71a2"
3-
authors = [
4-
"Lukas Devos <[email protected]>",
5-
"Maarten Van Damme <[email protected]>",
6-
"Jutho Haegeman <[email protected]>",
7-
]
3+
authors = ["Lukas Devos <[email protected]>", "Maarten Van Damme <[email protected]>", "Jutho Haegeman <[email protected]>"]
84
version = "5.0.0"
95

106
[deps]
@@ -33,7 +29,7 @@ TensorOperationscuTENSORExt = ["cuTENSOR", "CUDA"]
3329

3430
[compat]
3531
Aqua = "0.6, 0.7, 0.8"
36-
Bumper = "0.6"
32+
Bumper = "0.6, 0.7"
3733
CUDA = "5.4.0"
3834
ChainRulesCore = "1"
3935
ChainRulesTestUtils = "1"
@@ -64,14 +60,4 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
6460
cuTENSOR = "011b41b2-24ef-40a8-b3eb-fa098493e9e1"
6561

6662
[targets]
67-
test = [
68-
"Test",
69-
"Random",
70-
"DynamicPolynomials",
71-
"ChainRulesTestUtils",
72-
"CUDA",
73-
"cuTENSOR",
74-
"Aqua",
75-
"Logging",
76-
"Bumper",
77-
]
63+
test = ["Test", "Random", "DynamicPolynomials", "ChainRulesTestUtils", "CUDA", "cuTENSOR", "Aqua", "Logging", "Bumper"]

0 commit comments

Comments
 (0)