Skip to content

Commit

Permalink
Don't need NCDatasets or ImageFiltering since no more LandSea in GeoR…
Browse files Browse the repository at this point in the history
…egions.jl
  • Loading branch information
natgeo-wong committed Sep 3, 2024
1 parent 59924e1 commit d29303b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,12 @@ version = "7.0.0"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
GeometryBasics = "5c1252a2-5f33-56bf-86c9-59e7332b4326"
ImageFiltering = "6a3955dd-da59-5b1f-98d4-e7296123deb5"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
NCDatasets = "85f8d34a-cbdd-5861-8df4-14fed0d494ab"
PolygonOps = "647866c9-e3ac-4575-94e7-e3d426903924"
PrettyTables = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d"

[compat]
GeometryBasics = "0.3, 0.4"
ImageFiltering = "0.7"
NCDatasets = "0.13, 0.14"
PolygonOps = "0.1"
PrettyTables = "2"
julia = "^1.6"
Expand Down
2 changes: 0 additions & 2 deletions src/GeoRegions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ module GeoRegions
using Dates
using DelimitedFiles
using GeometryBasics
using ImageFiltering
using Logging
using NCDatasets
using PolygonOps
using PrettyTables

Expand Down

0 comments on commit d29303b

Please sign in to comment.