Skip to content

Commit

Permalink
Update FCANN version in dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jekyllstein committed Oct 17, 2024
1 parent 36a48a2 commit 90bed58
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions ApproximationUtils.jl/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -38,3 +37,4 @@ SparseArrays = "1.11.0"
Statistics = "1.11.1"
TailRec = "0.2.0"
Transducers = "0.4.84"
julia = "1.11"
4 changes: 2 additions & 2 deletions NonTabularRL.jl/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 90bed58

Please sign in to comment.