Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,16 @@ MLDatasets = "eb30cadb-4394-5ae3-aed4-317e484a6458"
[compat]
AbstractNeuralNetworks = "0.7, 0.8"
GeometricIntegrators = "0.18"
GeometricMachineLearning = "0.6, 0.7"
GeometricMachineLearning = "0.6, 0.7, 0.8"
GeometricProblems = "0.8, 0.9"
GeometricSolutions = "0.6"
KernelAbstractions = "0.9"
MLDatasets = "0.7"
# A test dependency: `test/mnist_utils.jl` annotates against `ParameterSet`, added in 0.2.2.
NeuralNetworkParameters = "0.2.2, 0.3"
Random = "1"
SafeTestsets = "0.1"
Test = "1"
Zygote = "0.7"
# 1.11 is the floor across this family of packages. It used to be 1.11 for a local reason as well --
# the `[sources]` block that pinned `GeometricMachineLearning` to `main` is a Julia 1.11 feature -- and
# that reason is gone: 0.6.0 is registered and the block with it.
julia = "1.11"

[extras]
Expand Down
Loading