Skip to content

Commit

Permalink
chore: Don't support old versions of deps
Browse files Browse the repository at this point in the history
Don't claim support for old versions of dependencies.

Remove compat entries from test/Project.toml if they already exist in
Project.toml.  These just confuse things.
  • Loading branch information
musoke committed May 6, 2024
1 parent 8c8acbd commit 5b4ecd3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
12 changes: 6 additions & 6 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Strided = "5e0ebb24-38b0-5f93-81fe-25c709ecae67"

[compat]
AbstractFFTs = "0.5, 1.0"
AbstractFFTs = "1.0"
Dates = "1.8, 1.9"
DocStringExtensions = "0.9.3"
FFTW = "1.2"
FFTW = "1.3.1"
Folds = "0.2.8"
HDF5 = "0.16, 0.17"
HDF5 = "0.17.2"
LinearAlgebra = "1.8, 1.9"
MPI = "0.20"
NPZ = "0.4"
PencilArrays = "0.11, 0.12, 0.13, 0.14, 0.15, 0.16, 0.17, 0.18"
PencilFFTs = "0.12, 0.13, 0.14, 0.15"
NPZ = "0.4.3"
PencilArrays = "0.17.11, 0.18"
PencilFFTs = "0.14.2, 0.15"
PrecompileTools = "1.2"
Statistics = "1.8, 1.9"
Strided = "2.0.4"
Expand Down
5 changes: 0 additions & 5 deletions test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,5 @@ Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
Aqua = "0.6"
CairoMakie = "0.10.8"
Documenter = "0.27"
HDF5 = "0.16"
MPI = "0.20"
NBInclude = "2.2"
NPZ = "0.4"
PencilFFTs = "0.12, 0.13, 0.14, 0.15"
SafeTestsets = "0.0.1"
Unitful = "1.14"

0 comments on commit 5b4ecd3

Please sign in to comment.