Skip to content

Commit 329b09a

Browse files
github-actions[bot]CompatHelper Juliajishnub
authored
CompatHelper: bump compat for DomainSets to 0.7, (keep existing compat) (#317)
* CompatHelper: bump compat for DomainSets to 0.7, (keep existing compat) * Bump version to v0.6.49 * Don't import DomainSets in SpacesTest --------- Co-authored-by: CompatHelper Julia <[email protected]> Co-authored-by: Jishnu Bhattacharya <[email protected]>
1 parent 8668265 commit 329b09a

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "ApproxFunOrthogonalPolynomials"
22
uuid = "b70543e2-c0d9-56b8-a290-0d4d6d4de211"
3-
version = "0.6.48"
3+
version = "0.6.49"
44

55
[deps]
66
ApproxFunBase = "fbd15aa5-315a-5a7d-a8a4-24992e37be05"
@@ -36,7 +36,7 @@ Aqua = "0.7"
3636
BandedMatrices = "0.16, 0.17, 1"
3737
BlockArrays = "0.14, 0.15, 0.16"
3838
BlockBandedMatrices = "0.10, 0.11, 0.12"
39-
DomainSets = "0.5, 0.6"
39+
DomainSets = "0.5, 0.6, 0.7"
4040
DualNumbers = "0.6.2"
4141
FastGaussQuadrature = "0.4, 0.5, 1"
4242
FastTransforms = "0.12, 0.13, 0.14, 0.15.1"

test/SpacesTest.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ using ApproxFunOrthogonalPolynomials
44
using SpecialFunctions
55
using LinearAlgebra
66
using Test
7-
using DomainSets
87
using DomainSets: UnionDomain
98
using ApproxFunBase: space, SpaceOperator
109
using ApproxFunBaseTest: testbandedoperator, testraggedbelowoperator,

0 commit comments

Comments
 (0)