diff --git a/Project.toml b/Project.toml index 14f38b923..756b154ac 100644 --- a/Project.toml +++ b/Project.toml @@ -38,7 +38,6 @@ Flatten = "0.4" GeoFormatTypes = "0.4" GeoInterface = "1" HDF5 = "0.14, 0.15, 0.16" -MakieCore = "0.5, 0.6" Missings = "0.4, 1" NCDatasets = "0.10, 0.11, 0.12" OffsetArrays = "1" @@ -77,7 +76,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [targets] -test = ["Aqua", "ArchGDAL", "CFTime", "CoordinateTransformations", "DataFrames", "GeometryBasics", "HDF5", "NCDatasets", "Plots", "RasterDataSources", "SafeTestsets", "Shapefile", "Statistics", "Test"] +test = ["Aqua", "ArchGDAL", "CFTime", "CoordinateTransformations", "DataFrames", "GeometryBasics", "HDF5", "MakieCore", "NCDatasets", "Plots", "RasterDataSources", "SafeTestsets", "Shapefile", "Statistics", "Test"] [weakdeps] ArchGDAL = "c9ce4bd3-c3d5-55b8-8973-c0e20141b8c3" diff --git a/test/plotrecipes.jl b/test/plotrecipes.jl index e6681e26a..db16bf91f 100644 --- a/test/plotrecipes.jl +++ b/test/plotrecipes.jl @@ -1,4 +1,4 @@ -using Rasters, Test, Dates, Plots, ColorTypes, MakieCore +using Rasters, Test, Dates, Plots, ColorTypes, Makie ga2 = Raster(ones(91) * (-25:15)', (X(0.0:4.0:360.0), Y(-25.0:1.0:15.0), ); name=:Test) ga3 = Raster(rand(10, 41, 91), (Z(100:100:1000), Y(-20.0:1.0:20.0), X(0.0:4.0:360.0)))