diff --git a/Project.toml b/Project.toml index 0985bf3..f0b4c80 100644 --- a/Project.toml +++ b/Project.toml @@ -28,9 +28,9 @@ 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" @@ -39,13 +39,13 @@ ForwardDiff = "0.10.36" NearestNeighbors = "0.4.16" StatsBase = "0.34.3" TaylorDiff = "0.2.1" -Zygote = "0.6.69" +Zygote = "0.6.69, 0.7" 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"]