Skip to content

Commit

Permalink
rebuild compat
Browse files Browse the repository at this point in the history
  • Loading branch information
AshtonSBradley committed Apr 30, 2024
1 parent e65feaa commit 8aeb060
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ authors = ["Ashton Bradley <[email protected]>"]
version = "0.1.1"

[deps]
DiffEqCallbacks = "459566f4-90b8-5000-8ac3-15dfb0a30def"
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"
Expand All @@ -13,21 +12,18 @@ LazyArrays = "5078a376-72f3-5289-bfd5-ec5146d43c02"
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
PaddedViews = "5432bcbf-9aad-5242-b902-cca2824c8663"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"

[compat]
DiffEqCallbacks = "2,3"
FFTW = "1, 1.4"
FileIO = "1, 1.8, 1.9"
FillArrays = "~1"
FFTW = "1"
FileIO = "1"
FillArrays = "1"
JLD2 = "0.4"
LazyArrays = "~1"
LazyArrays = "1"
OrdinaryDiffEq = "6"
PaddedViews = "0.5.1"
PaddedViews = "0.5"
Parameters = "0.12"
ProgressMeter = "1, 1.5, 1.6, 1.7"
RecursiveArrayTools = "~3"
Reexport = "1, 1.2"
RecursiveArrayTools = "3"
Reexport = "1"
julia = "1.9,1.10"

0 comments on commit 8aeb060

Please sign in to comment.