Skip to content

Commit

Permalink
Adjust minimal package compats
Browse files Browse the repository at this point in the history
  • Loading branch information
fhagemann authored and oschulz committed Mar 19, 2024
1 parent 965a01e commit edaad63
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,30 +40,30 @@ RadiationDetectorDSPCUDAExt = "CUDA"
RadiationDetectorDSPJLArraysExt = "JLArrays"

[compat]
Adapt = "1, 2, 3, 4"
Adapt = "2, 3, 4"
ArgCheck = "1, 2"
ArraysOfArrays = "0.4, 0.5, 0.6"
ArraysOfArrays = "0.5, 0.6"
CUDA = "3, 4, 5"
ChainRulesCore = "1"
CompositionsBase = "0.1"
DSP = "0.6, 0.7"
DocStringExtensions = "0.8, 0.9"
ElasticArrays = "1"
FFTW = "1"
FillArrays = "0.7, 0.8, 0.9, 0.10, 0.11, 0.12, 0.13, 1"
FillArrays = "0.8.4, 0.9, 0.10, 0.11, 0.12, 0.13, 1"
FunctionChains = "0.1"
GPUArraysCore = "0.1"
IntervalSets = "0.7"
InverseFunctions = "0.1"
InverseFunctions = "0.1.3"
JLArrays = "0.1"
KernelAbstractions = "0.8, 0.9"
LinearAlgebra = "1"
LinearAlgebra = "<0.0.1, 1"
Parameters = "0.12"
RadiationDetectorSignals = "0.3.3"
Random = "1"
Requires = "1"
Random = "<0.0.1, 1"
Requires = "1.1"
SIMD = "2,3"
Statistics = "1"
Statistics = "<0.0.1, 1"
StatsBase = "0.32, 0.33, 0.34"
StructArrays = "0.6"
TypedTables = "1.2"
Expand Down

0 comments on commit edaad63

Please sign in to comment.