From e64cf09cf87b14c96351934a5037ac950e77a443 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 15 Feb 2025 00:41:51 +0000 Subject: [PATCH] CompatHelper: bump compat for SymbolicUtils in [weakdeps] to 3, (keep existing compat) --- Project.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Project.toml b/Project.toml index 687076b..658cdfc 100644 --- a/Project.toml +++ b/Project.toml @@ -3,9 +3,6 @@ uuid = "aed23131-dcd0-47ca-8090-d21e605652e3" authors = ["Michael Kraus"] version = "0.2.0" -[weakdeps] -SymbolicUtils = "d1185830-fcd6-423d-90d6-eec64667417b" - [deps] AbstractNeuralNetworks = "60874f82-5ada-4c70-bd1c-fa6be7711c8a" Latexify = "23fbe1c1-3f47-55db-b15f-69d7ec21a316" @@ -13,6 +10,9 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" RuntimeGeneratedFunctions = "7e49a35a-f44a-4d26-94aa-eba1b4ca6b47" Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7" +[weakdeps] +SymbolicUtils = "d1185830-fcd6-423d-90d6-eec64667417b" + [compat] AbstractNeuralNetworks = "0.3, 0.4, 0.5, 0.6" Documenter = "1.8.0" @@ -21,19 +21,19 @@ GeometricMachineLearning = "0.4" Latexify = "0.16.5" RuntimeGeneratedFunctions = "0.5" SafeTestsets = "0.1" -SymbolicUtils = "<3.8.0" +SymbolicUtils = "<3.8.0, 3" Symbolics = "5, 6" Zygote = "0.6.73" [extras] Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210" +GeometricMachineLearning = "194d25b2-d3f5-49f0-af24-c124f4aa80cc" Latexify = "23fbe1c1-3f47-55db-b15f-69d7ec21a316" Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f" -GeometricMachineLearning = "194d25b2-d3f5-49f0-af24-c124f4aa80cc" [targets] test = ["Test", "ForwardDiff", "Random", "Documenter", "Latexify", "SafeTestsets", "Zygote", "GeometricMachineLearning"]