-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
No longer reexporting GeoRegions for now while the ecosystem is unstable
- Loading branch information
1 parent
dfdd3e9
commit 5d747e3
Showing
2 changed files
with
4 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,17 @@ | ||
name = "RegionGrids" | ||
uuid = "ecebd26c-3930-4a82-94f6-9df2a191b288" | ||
authors = ["Nathanael Wong <[email protected]>"] | ||
version = "0.0.1" | ||
version = "0.0.2" | ||
desc = "Extracting and Subsetting Gridded Data for a given Geographical Region" | ||
|
||
[deps] | ||
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a" | ||
GeoRegions = "b001f823-fa75-4bff-bf55-6610c8f3688a" | ||
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568" | ||
Reexport = "189a3867-3050-52da-a836-e630ba90ab69" | ||
|
||
[compat] | ||
GeoRegions = "^7" | ||
Reexport = "1" | ||
Dates = "1" | ||
GeoRegions = "7" | ||
julia = "^1.10" | ||
|
||
[extras] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters