diff --git a/G/GeometricMachineLearning/Compat.toml b/G/GeometricMachineLearning/Compat.toml index 0e0bee4fa56347a..73aeddf88df8583 100644 --- a/G/GeometricMachineLearning/Compat.toml +++ b/G/GeometricMachineLearning/Compat.toml @@ -1,23 +1,37 @@ [0] AbstractNeuralNetworks = "0.1" -BandedMatrices = "0.17" -CUDA = "4" ChainRules = "1" ChainRulesCore = "1" Distances = "0.10" ForwardDiff = "0.10" -GPUArrays = "8" -GeometricBase = "0.8" -GeometricEquations = "0.12" -GeometricIntegrators = "0.12" -HDF5 = "0.16" KernelAbstractions = "0.9" Lux = "0.4-0.5" -NLsolve = "4" NNlib = "0.8-0.9" -Optimisers = "0.2" ProgressMeter = "1" StatsBase = "0.33-0.34" TimerOutputs = "0.5" Zygote = "0.6" julia = "1.8.0-1" + +["0-0.1"] +BandedMatrices = "0.17" +CUDA = "4" +GPUArrays = "8" +GeometricBase = "0.8" +GeometricEquations = "0.12" +GeometricIntegrators = "0.12" +HDF5 = "0.16" +NLsolve = "4" +Optimisers = "0.2" + +["0.2-0"] +BandedMatrices = ["0.17", "1"] +CUDA = "4-5" +ChainRulesTestUtils = "1" +Documenter = ["0.27", "1"] +GPUArrays = "8-10" +GeometricBase = "0.9" +GeometricEquations = "0.14" +GeometricIntegrators = "0.13" +HDF5 = "0.16-0.17" +SafeTestsets = "0.1" diff --git a/G/GeometricMachineLearning/Deps.toml b/G/GeometricMachineLearning/Deps.toml index 4482860f3c358bd..5308204471137f2 100644 --- a/G/GeometricMachineLearning/Deps.toml +++ b/G/GeometricMachineLearning/Deps.toml @@ -15,9 +15,7 @@ InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240" KernelAbstractions = "63c18a36-062a-441e-b654-da1e3ab1ce7c" LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" Lux = "b2108857-7c20-44ae-9111-449ecde12c47" -NLsolve = "2774e3e8-f4cf-5e23-947b-6d7e65073b56" NNlib = "872c559c-99b0-510c-b3b7-b6c96a88d5cd" -Optimisers = "3bd65402-5787-11e9-1adc-39752487f4e2" Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7" ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca" Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" @@ -25,3 +23,12 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f" Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f" + +["0-0.1"] +NLsolve = "2774e3e8-f4cf-5e23-947b-6d7e65073b56" +Optimisers = "3bd65402-5787-11e9-1adc-39752487f4e2" + +["0.2-0"] +ChainRulesTestUtils = "cdddcdb0-9152-4a09-a978-84456f9df70a" +Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" +SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f" diff --git a/G/GeometricMachineLearning/Versions.toml b/G/GeometricMachineLearning/Versions.toml index 18fdc45af629c87..58b9dca95c58acd 100644 --- a/G/GeometricMachineLearning/Versions.toml +++ b/G/GeometricMachineLearning/Versions.toml @@ -1,2 +1,5 @@ ["0.1.0"] git-tree-sha1 = "803ee41997d404c676a39daec0814359ce455474" + +["0.2.0"] +git-tree-sha1 = "5a93f3001a0a9d92e0d7fee8f7ec92b65909e394"