Skip to content

Commit 908bfbd

Browse files
committed
trying to fit requirements for all julia 1.......
1 parent 046e89c commit 908bfbd

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Diff for: Project.toml

+8-8
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ Wavelets = "29a6e085-ba6d-5f35-a997-948ac2efa89a"
2525

2626
[compat]
2727
julia = "1"
28-
DistributedArrays = ">= 0.5"
29-
FFTW = ">= 1"
28+
DistributedArrays = "0.5, 0.6"
29+
FFTW = "1"
3030
InplaceOps = "0.3.0"
31-
IterativeSolvers = ">= 0.8.0"
32-
NFFT = ">= 0.4.0"
33-
Nullables = "1.0.0"
34-
PyCall = ">= 1.18.0"
35-
SpecialFunctions = ">= 0.7.0"
36-
Wavelets = ">= 0.8.0"
31+
IterativeSolvers = "0.8, 0.9"
32+
NFFT = "0.4, 0.5, 0.6"
33+
Nullables = "1"
34+
PyCall = "1.18, 1.90, 1.91, 1.62"
35+
SpecialFunctions = "0.7, 0.8, 0.9, 1"
36+
Wavelets = "0.8, 0.9"

0 commit comments

Comments
 (0)