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 db36524 commit 5ae7dbdCopy full SHA for 5ae7dbd
.travis.yml
@@ -5,7 +5,7 @@ os:
5
- osx
6
julia:
7
- 1.3
8
- - 1.4
+ - 1.5
9
- nightly
10
matrix:
11
allow_failures:
Project.toml
@@ -1,6 +1,6 @@
1
name = "SingularIntegralEquations"
2
uuid = "e094c991-5a90-5477-8896-c1e4c9552a1a"
3
-version = "0.6.4"
+version = "0.6.5"
4
[deps]
ApproxFun = "28f2ccd6-bb30-5033-b560-165f7b14dc2f"
@@ -18,7 +18,7 @@ SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
18
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
19
20
[compat]
21
-ApproxFun = "0.11.8"
+ApproxFun = "0.11.8, 0.12"
22
ApproxFunBase = "0.2.3, 0.3"
23
ApproxFunFourier = "0.2"
24
ApproxFunOrthogonalPolynomials = "0.3"
0 commit comments