diff --git a/Project.toml b/Project.toml index f0ce0085b..6c686e668 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "LibraryAugmentedSymbolicRegression" uuid = "158930c3-947c-4174-974b-74b39e64a28f" -authors = ["AtharvaSehgal ", "AryaGrayeli ", "MilesCranmer "] version = "0.3.1" +authors = ["AtharvaSehgal ", "AryaGrayeli ", "MilesCranmer "] [deps] ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b" @@ -30,6 +30,10 @@ SymbolicRegression = "8254be44-1295-4e6a-a16d-46603ac705cb" TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76" UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4" +[sources.SymbolicRegression] +rev = "v2.0.0-alpha.6" +url = "https://github.com/MilesCranmer/SymbolicRegression.jl.git" + [compat] ADTypes = "^1.4.0" Compat = "^4.16" @@ -49,7 +53,7 @@ Optim = "~1.8, ~1.9, ~1.10, 1" PackageExtensionCompat = "1.0.2" Pkg = "<0.0.1, 1" PrecompileTools = "1" -PromptingTools = "0.65 - 0.81" +PromptingTools = "0.65 - 0.81, 0.85" Random = "<0.0.1, 1" Reexport = "1" StatsBase = "0.33, 0.34" @@ -57,6 +61,3 @@ SymbolicRegression = "2.0" TOML = "<0.0.1, 1" UUIDs = "1" julia = "1.11 - 1.12" - -[sources] -SymbolicRegression = { url = "https://github.com/MilesCranmer/SymbolicRegression.jl.git", rev="v2.0.0-alpha.6" }