diff --git a/N/NaiveGAflux/Compat.toml b/N/NaiveGAflux/Compat.toml index 8e9fb79b4f9ab8c..9b49fc460de8687 100644 --- a/N/NaiveGAflux/Compat.toml +++ b/N/NaiveGAflux/Compat.toml @@ -17,8 +17,10 @@ julia = "1" ["0.1.1-0.2.0"] CuArrays = "1" -["0.10-0"] +["0.10"] NaiveNASlib = "2.0.6-2" + +["0.10-0"] julia = "1.7.0-1" ["0.10-0.10.3"] @@ -28,12 +30,19 @@ Flux = "0.13.4-0.13" Functors = "0.2-0.4" Setfield = ["0.3.4-0.3", "0.5-0.8", "1"] -["0.10.2-0"] +["0.10.2-0.10"] CUDA = "3-4" ["0.10.4-0"] Flux = "0.13.4-0.14" +["0.11-0"] +NaiveNASflux = "2.0.10-2" +NaiveNASlib = "2.0.11-2" +Optimisers = "0.2" +PackageExtensionCompat = "1" +PrecompileTools = "1" + ["0.2"] NaiveNASflux = "1.1.0-1" @@ -78,7 +87,7 @@ NaiveNASflux = "1.6.0-1" ["0.9"] NaiveNASlib = "2" -["0.9-0"] +["0.9-0.10"] NaiveNASflux = "2" ["0.9-0.10.0"] diff --git a/N/NaiveGAflux/Deps.toml b/N/NaiveGAflux/Deps.toml index 13afc1e31540dc1..63cd792e8b66464 100644 --- a/N/NaiveGAflux/Deps.toml +++ b/N/NaiveGAflux/Deps.toml @@ -20,10 +20,15 @@ Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f" ["0.1.1-0.5"] CuArrays = "3a865a2d-5b23-5a0f-bc46-62713ec82fae" +["0.11-0"] +Optimisers = "3bd65402-5787-11e9-1adc-39752487f4e2" +PackageExtensionCompat = "65ce6f38-6b18-4e1d-a461-8949797d7930" +PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a" + ["0.4-0"] MemPool = "f9f48841-c794-520a-933b-121f7ba6ed94" -["0.6-0"] +["0.6-0.10"] CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba" ["0.6.1-0"] diff --git a/N/NaiveGAflux/Versions.toml b/N/NaiveGAflux/Versions.toml index a611f8a3ff1c5f5..4cc7b9d8d90b2b7 100644 --- a/N/NaiveGAflux/Versions.toml +++ b/N/NaiveGAflux/Versions.toml @@ -63,3 +63,6 @@ git-tree-sha1 = "e7898afb66fbc91f891efdc66cf52f097252d0f5" ["0.10.4"] git-tree-sha1 = "824353e115ad3d55b65628f7fab974df90f3b21c" + +["0.11.0"] +git-tree-sha1 = "eacea68fc3943891e363e73be1eaf06266855f76" diff --git a/N/NaiveGAflux/WeakCompat.toml b/N/NaiveGAflux/WeakCompat.toml new file mode 100644 index 000000000000000..266a5023e2c9da8 --- /dev/null +++ b/N/NaiveGAflux/WeakCompat.toml @@ -0,0 +1,2 @@ +["0.11-0"] +CUDA = "3-4" diff --git a/N/NaiveGAflux/WeakDeps.toml b/N/NaiveGAflux/WeakDeps.toml new file mode 100644 index 000000000000000..854e55e92bcac50 --- /dev/null +++ b/N/NaiveGAflux/WeakDeps.toml @@ -0,0 +1,2 @@ +["0.11-0"] +CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"