We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2125aca commit 25ee448Copy full SHA for 25ee448
.github/workflows/ci.yml
@@ -11,7 +11,7 @@ jobs:
11
matrix:
12
version:
13
- '1.5'
14
- - '^1.6.0-0'
+ - '1'
15
os:
16
- ubuntu-latest
17
- macOS-latest
Project.toml
@@ -1,6 +1,6 @@
1
name = "ApproxFunBase"
2
uuid = "fbd15aa5-315a-5a7d-a8a4-24992e37be05"
3
-version = "0.5"
+version = "0.5.1"
4
5
[deps]
6
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"
@@ -39,7 +39,7 @@ DualNumbers = "0.6.2"
39
FFTW = "0.3, 1"
40
FastGaussQuadrature = "0.4"
41
FillArrays = "0.11, 0.12"
42
-InfiniteArrays = "0.11"
+InfiniteArrays = "0.11, 0.12"
43
InfiniteLinearAlgebra = "0.5"
44
IntervalSets = "0.5"
45
LazyArrays = "0.20, 0.21"
0 commit comments