Skip to content

Commit a7c6bbc

Browse files
committed
fix compat on 1.6
1 parent dc3427a commit a7c6bbc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Project.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "CMBLensing"
22
uuid = "b60c06c0-7e54-11e8-3788-4bd722d65317"
33
authors = ["Marius Millea <[email protected]>"]
4-
version = "0.9.0"
4+
version = "0.9.1"
55

66
[deps]
77
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"
@@ -71,7 +71,7 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
7171
AbstractFFTs = "0.5, 1"
7272
Adapt = "1.0.1, 2, 3"
7373
CUDA = "3.4"
74-
CUDAKernels = "0.4.3"
74+
CUDAKernels = "0.3.3, 0.4"
7575
ChainRules = "1.5"
7676
Combinatorics = "1"
7777
CompositeStructs = "0.1.1"
@@ -91,15 +91,15 @@ Interpolations = "0.12.8, 0.13, 0.14"
9191
IterTools = "1.3"
9292
JLD2 = "0.1.11, 0.2, 0.3, 0.4"
9393
KahanSummation = "0.1, 0.2"
94-
KernelAbstractions = "0.8.6"
94+
KernelAbstractions = "0.7.3, 0.8"
9595
Lazy = "0.13.2, 0.14, 0.15"
9696
Loess = "0.5"
9797
MacroTools = "0.5"
9898
Match = "1.1"
9999
Measurements = "2"
100100
Memoization = "0.1.8"
101-
NamedTupleTools = "0.13"
102101
NFFT = "0.13.3"
102+
NamedTupleTools = "0.13"
103103
Optim = "1"
104104
PDMats = "0.11.5"
105105
PlotUtils = "1.3.2"

0 commit comments

Comments
 (0)