Skip to content

Commit

Permalink
fix MakieCore deps
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaqz committed Oct 4, 2023
1 parent 7657390 commit 5804743
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion test/plotrecipes.jl
Original file line number Diff line number Diff line change
@@ -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)))
Expand Down

0 comments on commit 5804743

Please sign in to comment.