diff --git a/ApproximationUtils.jl/Project.toml b/ApproximationUtils.jl/Project.toml index 144ab8e..8074c62 100644 --- a/ApproximationUtils.jl/Project.toml +++ b/ApproximationUtils.jl/Project.toml @@ -19,14 +19,13 @@ TailRec = "f6209947-f0a9-4a6b-8802-d6ceac74b6f9" Transducers = "28d57a85-8fef-5791-bfe6-a80928e7c999" [sources] +TabularRL = {path = "../TabularRL.jl"} +TailRec = {url = "https://github.com/TakekazuKATO/TailRec.jl"} NVIDIALibraries = {url = "https://github.com/Blackbody-Research/NVIDIALibraries.jl"} FCANN = {url = "https://github.com/Blackbody-Research/FCANN.jl"} -TailRec = {url = "https://github.com/TakekazuKATO/TailRec.jl"} -TabularRL = {path = "../TabularRL.jl"} [compat] -julia = "1.11" -FCANN = "1.8.0" +FCANN = "1.11.0" InteractiveUtils = "1.11.0" LinearAlgebra = "1.11.0" Markdown = "1.11.0" @@ -38,3 +37,4 @@ SparseArrays = "1.11.0" Statistics = "1.11.1" TailRec = "0.2.0" Transducers = "0.4.84" +julia = "1.11" diff --git a/NonTabularRL.jl/Project.toml b/NonTabularRL.jl/Project.toml index ac9a2f1..972809f 100644 --- a/NonTabularRL.jl/Project.toml +++ b/NonTabularRL.jl/Project.toml @@ -25,11 +25,11 @@ TailRec = {url = "https://github.com/TakekazuKATO/TailRec.jl"} ApproximationUtils = {path = "../ApproximationUtils.jl"} [compat] -julia = "1.11" -FCANN = "1.8.0" +FCANN = "1.11.0" LinearAlgebra = "1.11.0" NVIDIALibraries = "1.0.0" Random = "1.11.0" Statistics = "1.11.1" TailRec = "0.2.0" Transducers = "0.4.84" +julia = "1.11"