Skip to content

Commit

Permalink
Adjust lower compats for compatibility with julia-1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
fhagemann committed Oct 9, 2024
1 parent 079de79 commit 55ab964
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ ArraysOfArrays = "0.5, 0.6"
CUDA = "3, 4, 5"
ChainRulesCore = "1"
CompositionsBase = "0.1"
DSP = "0.6, 0.7"
DSP = "0.6.2, 0.7"
DocStringExtensions = "0.8, 0.9"
ElasticArrays = "1"
FFTW = "1"
FillArrays = "0.8.4, 0.9, 0.10, 0.11, 0.12, 0.13, 1"
FFTW = "1.2"
FillArrays = "0.13.8, 1"
FunctionChains = "0.1"
GPUArraysCore = "0.1"
IntervalSets = "0.7"
Expand All @@ -62,7 +62,7 @@ Parameters = "0.12"
RadiationDetectorSignals = "0.3.3"
Random = "<0.0.1, 1"
Requires = "1.1"
SIMD = "2,3"
SIMD = "2, 3"
Statistics = "<0.0.1, 1"
StatsBase = "0.33.7, 0.34"
StructArrays = "0.6"
Expand Down

0 comments on commit 55ab964

Please sign in to comment.