Skip to content

Commit

Permalink
chore: Add compat entries for std libs
Browse files Browse the repository at this point in the history
The general Julia registry will soon require that all standard library
dependencies have compat entries.  This will allow them to be
upgradeable from Julia 1.10 onwards.

https://discourse.julialang.org/t/psa-compat-requirements-in-the-general-registry-are-changing/104958

Add them.
  • Loading branch information
musoke committed Oct 20, 2023
1 parent f1f6434 commit 3c1bb59
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,14 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"

[compat]
AbstractFFTs = "0.5, 1.0"
Dates = "1.8, 1.9"
FFTW = "1.2"
Folds = "0.2.8"
HDF5 = "0.16, 0.17"
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"
Statistics = "1.8, 1.9"
julia = "1.8, 1.9"

0 comments on commit 3c1bb59

Please sign in to comment.