-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CompatHelper: bump compat for Bumper in [weakdeps] to 0.7, (keep exis…
…ting compat) (#184) Co-authored-by: CompatHelper Julia <[email protected]>
- Loading branch information
1 parent
e318768
commit 2da3b04
Showing
1 changed file
with
3 additions
and
17 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,10 +1,6 @@ | ||
name = "TensorOperations" | ||
uuid = "6aa20fa7-93e2-5fca-9bc0-fbd0db3c71a2" | ||
authors = [ | ||
"Lukas Devos <[email protected]>", | ||
"Maarten Van Damme <[email protected]>", | ||
"Jutho Haegeman <[email protected]>", | ||
] | ||
authors = ["Lukas Devos <[email protected]>", "Maarten Van Damme <[email protected]>", "Jutho Haegeman <[email protected]>"] | ||
version = "5.0.0" | ||
|
||
[deps] | ||
|
@@ -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" | ||
|
@@ -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"] |