Skip to content

Commit 96d7482

Browse files
authored
Update Project.toml (#5)
* Update Project.toml * drop Julia 1.2-
1 parent 6f77923 commit 96d7482

File tree

3 files changed

+8
-14
lines changed

3 files changed

+8
-14
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ os:
44
- linux
55
- osx
66
julia:
7-
- "1.0"
8-
- "1.1"
9-
- "1.2"
107
- "1.3"
118
- nightly
129
matrix:

Project.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "ApproxFunFourier"
22
uuid = "59844689-9c9d-51bf-9583-5b794ec66d30"
3-
version = "0.1.7"
3+
version = "0.2"
44

55
[deps]
66
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"
@@ -14,16 +14,16 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
1414
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
1515

1616
[compat]
17-
AbstractFFTs = "0.4, 0.5"
18-
ApproxFunBase = "0.1.6, 0.2"
17+
AbstractFFTs = "0.5"
18+
ApproxFunBase = "0.2"
1919
DomainSets = "0.1"
20-
FFTW = "0.3, 1"
21-
FastTransforms = "0.5, 0.6"
22-
InfiniteArrays = "0.2, 0.3, 0.4, 0.5"
20+
FFTW = "1.1"
21+
FastTransforms = "0.8"
22+
InfiniteArrays = "0.4, 0.5"
2323
IntervalSets = "0.3.1"
2424
Reexport = "0.2"
25-
SpecialFunctions = "0.7, 0.8"
26-
julia = "1"
25+
SpecialFunctions = "0.8, 0.9"
26+
julia = "1.3"
2727

2828
[extras]
2929
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

appveyor.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
environment:
22
matrix:
3-
- julia_version: 1
4-
- julia_version: 1.1
5-
- julia_version: 1.2
63
- julia_version: 1.3
74
- julia_version: nightly
85

0 commit comments

Comments
 (0)