Skip to content

Commit c84e584

Browse files
committed
upstreamed InterpolationsExt
1 parent ae3b009 commit c84e584

File tree

3 files changed

+1
-67
lines changed

3 files changed

+1
-67
lines changed

Project.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ StructArrays = "09ab397b-f2b6-538f-b94a-2f83cf4a842a"
1313
ComradeBase = "6d8c423b-a35f-4ef1-850c-862fe21f82c4"
1414
DimensionalData = "0703355e-b756-11e9-17c0-8b28908087d0"
1515
GeoMakie = "db073c08-6b98-4ee5-b6a4-5efafb3259c6"
16-
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
1716
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
1817
RectiGrids = "8ac6971d-971d-971d-971d-971d5ab1a71a"
1918
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
@@ -23,7 +22,6 @@ VLBISkyModels = "d6343c73-7174-4e0f-bb64-562643efbeca"
2322
ComradeBaseExt = ["ComradeBase", "Unitful"]
2423
DimensionalDataExt = "DimensionalData"
2524
GeoMakieExt = ["GeoMakie", "Makie"]
26-
InterpolationsExt = "Interpolations"
2725
MakieExt = "Makie"
2826
RectiGridsExt = "RectiGrids"
2927
UnitfulExt = "Unitful"
@@ -35,7 +33,6 @@ ComradeBase = "0.8, 0.9"
3533
DataPipes = "0.3.18"
3634
DimensionalData = "0.23, 0.24, 0.25, 0.26, 0.27, 0.28, 0.29"
3735
GeoMakie = "0.7"
38-
Interpolations = "0.15"
3936
Makie = "0.21, 0.22, 0.24"
4037
RectiGrids = "0.1.14"
4138
Reexport = "1.2.2"

ext/InterpolationsExt.jl

Lines changed: 0 additions & 64 deletions
This file was deleted.

test/runtests.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ end
129129
end
130130

131131
@testitem "Interpolations" begin
132+
# TODO: to remove, upstreamed
132133
using Interpolations
133134
using StaticArrays
134135

0 commit comments

Comments
 (0)