We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29a9f10 commit 3f4113aCopy full SHA for 3f4113a
.github/workflows/ci.yml
@@ -11,8 +11,8 @@ jobs:
11
matrix:
12
version:
13
- '1.5'
14
+ - '1.6'
15
- '1'
- - '^1.7.0-0'
16
os:
17
- ubuntu-latest
18
- macOS-latest
Project.toml
@@ -1,6 +1,6 @@
1
name = "ApproxFunOrthogonalPolynomials"
2
uuid = "b70543e2-c0d9-56b8-a290-0d4d6d4de211"
3
-version = "0.4.5"
+version = "0.4.6"
4
5
[deps]
6
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"
@@ -32,7 +32,7 @@ FastTransforms = "0.12, 0.13"
32
FillArrays = "0.11, 0.12"
33
IntervalSets = "0.5"
34
Reexport = "0.2, 1"
35
-SpecialFunctions = "0.10, 1.0"
+SpecialFunctions = "0.10, 1.0, 2"
36
julia = "1.5"
37
38
[extras]
0 commit comments