Skip to content

Commit c088f7f

Browse files
fix: resolve version issues take 2
1 parent cefa81b commit c088f7f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

lib/ReservoirCellularAutomata/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ReservoirComputing = "7c2d2b1e-3dd4-11ea-355a-8f6a8116e294"
1111

1212
[compat]
1313
Aqua = "0.8"
14-
CellularAutomata = "0.0.6"
14+
CellularAutomata = "0.0.2"
1515
Random = "1.10"
1616
Reexport = "1.2.2"
1717
ReservoirComputing = "0.11.3"

lib/ReservoirCellularAutomata/src/ReservoirCellularAutomata.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
module ReservoirCellularAutomata
22

3-
using CellularAutomata: CellularAutomaton
43
using Random: randperm
54
using Reexport: @reexport
65
using ReservoirComputing
7-
@reexport using CellularAutomata
6+
@reexport import CellularAutomata: CellularAutomaton, DCA, CCA, TCA, Life
87
@reexport import ReservoirComputing: NLADefault, NLAT1, NLAT2, NLAT3, PartialSquare,
98
ExtendedSquare,
109
StandardStates, ExtendedStates, PaddedStates,

0 commit comments

Comments
 (0)