diff --git a/Manifest.toml b/Manifest.toml index 3b7c046..53b840d 100644 --- a/Manifest.toml +++ b/Manifest.toml @@ -2,7 +2,7 @@ julia_version = "1.12.6" manifest_format = "2.0" -project_hash = "7f67bfadc362a449809bc58aae732499b3d18e7f" +project_hash = "f82baf5953223c6185bd47af518fd540515402d1" [[deps.Accessors]] deps = ["CompositionsBase", "ConstructionBase", "Dates", "InverseFunctions", "MacroTools"] @@ -268,19 +268,24 @@ deps = ["Random"] uuid = "9fa8497b-333b-5362-9e8d-4d0656e87820" version = "1.11.0" +[[deps.Gamma]] +git-tree-sha1 = "86f86b6168a016ed88e4ae4e64577b98c3b59e8e" +uuid = "a0844989-3bd2-4988-8bea-c9407ab0941b" +version = "1.1.0" + [[deps.GeneralUtils]] deps = ["CSV", "DataFrames", "DataStructures", "Dates", "Distributions", "HTTP", "JSON", "NATS", "PrettyPrinting", "Random", "Revise", "SHA", "UUIDs"] -git-tree-sha1 = "8e0ff2ce28b38f779883fddd2eb6fee3551194ac" +git-tree-sha1 = "7c0600c166a5deb2c607018a491c04eb25969c2e" repo-rev = "main" repo-url = "https://git.yiem.cc/ton/GeneralUtils" uuid = "c6c72f09-b708-4ac8-ac7c-2084d70108fe" -version = "0.4.8" +version = "0.4.9" [[deps.HTTP]] deps = ["Base64", "CodecZlib", "Dates", "EnumX", "PrecompileTools", "Random", "Reseau", "SHA", "URIs", "UUIDs", "Zlib_jll"] -git-tree-sha1 = "69343dd8afb1671b84c3aa2dda511238d0919a55" +git-tree-sha1 = "eda1d37cb55d90a17d0957c75841138c88b361a1" uuid = "cd3eb016-35fb-5094-929b-558a96fad6f3" -version = "2.5.0" +version = "2.5.4" [[deps.HashArrayMappedTries]] git-tree-sha1 = "2eaa69a7cab70a52b9687c8bf950a5a93ec895ae" @@ -288,10 +293,10 @@ uuid = "076d061b-32b6-4027-95e0-9a2c6f6d7e74" version = "0.2.0" [[deps.HypergeometricFunctions]] -deps = ["LinearAlgebra", "OpenLibm_jll", "SpecialFunctions"] -git-tree-sha1 = "68c173f4f449de5b438ee67ed0c9c748dc31a2ec" +deps = ["Gamma", "LinearAlgebra"] +git-tree-sha1 = "18d7deab5fb0440dc6a7b6993c5c27b25420de10" uuid = "34004b35-14d8-5ef3-9330-4cdb6864b03a" -version = "0.3.28" +version = "0.3.29" [[deps.ICU_jll]] deps = ["Artifacts", "JLLWrappers", "Libdl"] @@ -401,9 +406,11 @@ version = "1.21.3+0" [[deps.LLMMCTS]] deps = ["GeneralUtils", "JSON", "PrettyPrinting"] -path = "../LLMMCTS" +git-tree-sha1 = "6b4f123b03c0fcce5b21c0dbcb947e8dd23f333a" +repo-rev = "main" +repo-url = "https://git.yiem.cc/ton/LLMMCTS" uuid = "d76c5a4d-449e-4835-8cc4-dd86ec44f241" -version = "0.1.4" +version = "0.1.5" [[deps.LaTeXStrings]] git-tree-sha1 = "dda21b8cbd6a6c40d9d02a73230f9d70fed6918c" @@ -727,9 +734,9 @@ version = "0.5.1+0" [[deps.Roots]] deps = ["Accessors", "CommonSolve", "Printf"] -git-tree-sha1 = "91cfb1cb4f6e27557cc2df798a31eff6089a41eb" +git-tree-sha1 = "ed45bcc7cf3c8887595b973f2b1efbe91dcc50ec" uuid = "f2b01f46-fcfa-551c-844a-d8ac1e96c665" -version = "3.0.0" +version = "3.0.1" [deps.Roots.extensions] RootsChainRulesCoreExt = "ChainRulesCore" @@ -752,7 +759,7 @@ uuid = "ea8e919c-243c-51af-8825-aaa63cd721ce" version = "0.7.0" [[deps.SQLLLM]] -deps = ["CSV", "DataFrames", "DataStructures", "Dates", "FileIO", "HTTP", "JSON", "LLMMCTS", "LibPQ", "PrettyPrinting", "Random", "Revise", "StatsBase", "Tables", "URIs", "UUIDs"] +deps = ["CSV", "DataFrames", "DataStructures", "Dates", "FileIO", "GeneralUtils", "HTTP", "JSON", "LLMMCTS", "LibPQ", "PrettyPrinting", "Random", "Revise", "StatsBase", "Tables", "URIs", "UUIDs"] path = "." uuid = "2ebc79c7-cc10-4a3a-9665-d2e1d61e63d3" version = "0.2.4" diff --git a/Project.toml b/Project.toml index a5194f4..cce2e81 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "SQLLLM" uuid = "2ebc79c7-cc10-4a3a-9665-d2e1d61e63d3" -version = "0.2.4" +version = "0.2.5" authors = ["narawat lamaiin "] [deps] @@ -24,5 +24,6 @@ UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4" [compat] Dates = "1.11.0" -GeneralUtils = "0.4.8" +GeneralUtils = "0.4.0 - 0.9.0" JSON = "1.6.1" +LLMMCTS = "0.1.5"