Skip to content

Commit 35a9b99

Browse files
author
Maximilian Reißmann
committed
update compat
1 parent bdd3f6f commit 35a9b99

File tree

1 file changed

+25
-12
lines changed

1 file changed

+25
-12
lines changed

Project.toml

Lines changed: 25 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -38,22 +38,35 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
3838
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
3939

4040
[compat]
41-
BenchmarkTools = "1"
41+
BenchmarkTools = "1.6"
4242
CSV = "0.10"
43-
DataFrames = "1"
44-
DynamicExpressions = "1"
45-
FileIO = "1"
43+
ChainRulesCore = "1.25"
44+
DataFrames = "1.7"
45+
Dates = "1.11"
46+
Distributions = "0.25"
47+
DynamicExpressions = "1.10"
48+
FileIO = "1.17"
49+
Flux = "0.16"
4650
ForwardDiff = "0.10"
4751
GZip = "0.6"
4852
JSON = "0.21"
4953
LRUCache = "1.6.2"
50-
LineSearches = "7"
51-
Optim = "1"
52-
OrderedCollections = "1"
53-
Printf = "1"
54-
ProgressMeter = "1"
55-
StaticArrays = "1"
56-
Statistics = "1"
57-
Test = "1"
54+
LineSearches = "7.3.0"
55+
LinearAlgebra = "1.11.0"
56+
Logging = "1.11.0"
57+
LoopVectorization = "0.12.172"
58+
NearestNeighbors = "0.4.21"
59+
Optim = "1.12.0"
60+
OrderedCollections = "1.8.0"
61+
PrecompileTools = "1.2"
62+
Printf = "1.11"
63+
Profile = "1.11"
64+
ProgressMeter = "1.10.4"
65+
Serialization = "1.11"
66+
StaticArrays = "1.9"
67+
Statistics = "1.11"
68+
StatsBase = "0.34"
69+
Tensors = "1.16"
70+
Test = "1.11"
5871
Zygote = "0.6"
5972
julia = "1"

0 commit comments

Comments
 (0)