Skip to content

Commit e6e844f

Browse files
github-actions[bot]CompatHelper Julialkdvos
authored
CompatHelper: bump compat for GenericLinearAlgebra in [weakdeps] to 0.4, (keep existing compat) (#201)
* CompatHelper: bump compat for GenericLinearAlgebra in [weakdeps] to 0.4, (keep existing compat) * Remove JET dependency Removed JET dependency from Project.toml * Remove JET from test targets Removed JET from the test targets in Project.toml. --------- Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org> Co-authored-by: Lukas Devos <ldevos98@gmail.com>
1 parent f9e4208 commit e6e844f

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

Project.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,8 @@ ChainRulesCore = "1"
3232
ChainRulesTestUtils = "1"
3333
Enzyme = "0.13.131"
3434
EnzymeTestUtils = "0.2.5"
35-
GenericLinearAlgebra = "0.3.19"
35+
GenericLinearAlgebra = "0.3.19, 0.4"
3636
GenericSchur = "0.5.6"
37-
JET = "0.9, 0.10, 0.11"
3837
LinearAlgebra = "1"
3938
Mooncake = "0.5"
4039
ParallelTestRunner = "2"
@@ -53,7 +52,6 @@ CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
5352
ChainRulesTestUtils = "cdddcdb0-9152-4a09-a978-84456f9df70a"
5453
Enzyme = "7da242da-08ed-463a-9acd-ee780be4f1d9"
5554
EnzymeTestUtils = "12d8515a-0907-448a-8884-5fe00fdf1c5a"
56-
JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b"
5755
Mooncake = "da2b9cff-9c12-43a0-ae48-6db2b0edb7d6"
5856
ParallelTestRunner = "d3525ed8-44d0-4b2c-a655-542cee43accc"
5957
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
@@ -64,4 +62,4 @@ TestExtras = "5ed8adda-3752-4e41-b88a-e8b09835ee3a"
6462
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
6563

6664
[targets]
67-
test = ["Aqua", "JET", "SafeTestsets", "Test", "TestExtras", "ChainRulesCore", "ChainRulesTestUtils", "Random", "StableRNGs", "Zygote", "CUDA", "AMDGPU", "GenericLinearAlgebra", "GenericSchur", "Mooncake", "Enzyme", "EnzymeTestUtils", "ParallelTestRunner"]
65+
test = ["Aqua", "SafeTestsets", "Test", "TestExtras", "ChainRulesCore", "ChainRulesTestUtils", "Random", "StableRNGs", "Zygote", "CUDA", "AMDGPU", "GenericLinearAlgebra", "GenericSchur", "Mooncake", "Enzyme", "EnzymeTestUtils", "ParallelTestRunner"]

0 commit comments

Comments
 (0)