diff --git a/Project.toml b/Project.toml index 0985bf3..00c508a 100644 --- a/Project.toml +++ b/Project.toml @@ -28,14 +28,14 @@ AutoEncoderToolkitCUDAExt = "CUDA" [compat] CUDA = "5.3.3" -ConcreteStructs = "0.2.3" ChainRulesCore = "1.23.0" Clustering = "0.15.7" +ConcreteStructs = "0.2.3" Distances = "0.10.11" Distributions = "0.25.108" EllipsisNotation = "1.8.0" Flux = "0.14.15" -ForwardDiff = "0.10.36" +ForwardDiff = "0.10.36, 1" NearestNeighbors = "0.4.16" StatsBase = "0.34.3" TaylorDiff = "0.2.1" @@ -44,8 +44,8 @@ cuDNN = "1.3.1" julia = "1.9" [extras] -Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f" +Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [targets] test = ["Test", "Pkg"]