Skip to content

Commit efd670e

Browse files
CompatHelper: bump compat for "FastTransforms" to "0.11" (#21)
* CompatHelper: bump compat for "FastTransforms" to "0.11" * v0.2.6 * Update appveyor.yml Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Sheehan Olver <[email protected]>
1 parent 298421d commit efd670e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Project.toml

Lines changed: 3 additions & 3 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.2.5"
3+
version = "0.2.6"
44

55
[deps]
66
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"
@@ -18,11 +18,11 @@ AbstractFFTs = "0.5"
1818
ApproxFunBase = "0.3.4"
1919
DomainSets = "0.3, 0.4"
2020
FFTW = "1.1"
21-
FastTransforms = "0.10"
21+
FastTransforms = "0.10, 0.11"
2222
InfiniteArrays = "0.5, 0.6, 0.7, 0.8"
2323
IntervalSets = "0.5"
2424
Reexport = "0.2"
25-
SpecialFunctions = "0.8, 0.9, 0.10"
25+
SpecialFunctions = "0.8, 0.9, 0.10, 1.0"
2626
julia = "1.3"
2727

2828
[extras]

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
environment:
22
matrix:
33
- julia_version: 1.3
4-
- julia_version: 1.4
4+
- julia_version: 1.5
55
- julia_version: nightly
66

77
platform:

0 commit comments

Comments
 (0)