Skip to content

Commit c5cae95

Browse files
build: remove Tracker
1 parent 245513c commit c5cae95

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Project.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ ForwardDiff = "0.10.19"
2727
GLM = "1.5"
2828
IterativeSolvers = "0.9"
2929
LinearAlgebra = "1.10"
30-
Pkg = "1"
30+
Pkg = "1.10"
3131
PolyChaos = "0.2.5"
3232
QuadGK = "2.4"
3333
QuasiMonteCarlo = "0.3.1"
@@ -36,7 +36,6 @@ SparseArrays = "1.10"
3636
Statistics = "1.10"
3737
SurrogatesBase = "1.1.0"
3838
Test = "1.10"
39-
Tracker = "0.2.18"
4039
Zygote = "0.7"
4140
julia = "1.10"
4241

@@ -50,7 +49,6 @@ PolyChaos = "8d666b04-775d-5f6e-b778-5ac7c70f65a3"
5049
QuadGK = "1fd47b50-473d-5c70-9696-f719f8f3bcdc"
5150
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
5251
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
53-
Tracker = "9f7883ad-71c0-57eb-9f7f-b5c9e6d3789c"
5452

5553
[targets]
56-
test = ["Aqua", "Cubature", "SafeTestsets", "Flux", "ForwardDiff", "PolyChaos", "QuadGK", "Test", "Tracker", "Pkg"]
54+
test = ["Aqua", "Cubature", "SafeTestsets", "Flux", "ForwardDiff", "PolyChaos", "QuadGK", "Test", "Pkg"]

0 commit comments

Comments
 (0)