Skip to content

Commit 90bed58

Browse files
committed
Update FCANN version in dependencies
1 parent 36a48a2 commit 90bed58

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

ApproximationUtils.jl/Project.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,13 @@ TailRec = "f6209947-f0a9-4a6b-8802-d6ceac74b6f9"
1919
Transducers = "28d57a85-8fef-5791-bfe6-a80928e7c999"
2020

2121
[sources]
22+
TabularRL = {path = "../TabularRL.jl"}
23+
TailRec = {url = "https://github.com/TakekazuKATO/TailRec.jl"}
2224
NVIDIALibraries = {url = "https://github.com/Blackbody-Research/NVIDIALibraries.jl"}
2325
FCANN = {url = "https://github.com/Blackbody-Research/FCANN.jl"}
24-
TailRec = {url = "https://github.com/TakekazuKATO/TailRec.jl"}
25-
TabularRL = {path = "../TabularRL.jl"}
2626

2727
[compat]
28-
julia = "1.11"
29-
FCANN = "1.8.0"
28+
FCANN = "1.11.0"
3029
InteractiveUtils = "1.11.0"
3130
LinearAlgebra = "1.11.0"
3231
Markdown = "1.11.0"
@@ -38,3 +37,4 @@ SparseArrays = "1.11.0"
3837
Statistics = "1.11.1"
3938
TailRec = "0.2.0"
4039
Transducers = "0.4.84"
40+
julia = "1.11"

NonTabularRL.jl/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ TailRec = {url = "https://github.com/TakekazuKATO/TailRec.jl"}
2525
ApproximationUtils = {path = "../ApproximationUtils.jl"}
2626

2727
[compat]
28-
julia = "1.11"
29-
FCANN = "1.8.0"
28+
FCANN = "1.11.0"
3029
LinearAlgebra = "1.11.0"
3130
NVIDIALibraries = "1.0.0"
3231
Random = "1.11.0"
3332
Statistics = "1.11.1"
3433
TailRec = "0.2.0"
3534
Transducers = "0.4.84"
35+
julia = "1.11"

0 commit comments

Comments
 (0)