-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update version in pyproj and Dockerfile and github workflows
- Loading branch information
Marco Mancini
committed
Jan 30, 2024
1 parent
d83cf9e
commit 3305607
Showing
6 changed files
with
14 additions
and
29 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
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
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
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
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
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 |
---|---|---|
|
@@ -16,14 +16,14 @@ build-backend = "flit_core.buildapi" | |
|
||
[project] | ||
name = "geokube" | ||
version = "0.3a0" | ||
version = "0.3.0a0" | ||
authors = [ | ||
{name = "geokube Contributors", email = "[email protected]"} | ||
] | ||
maintainers = [ | ||
{name = "geokube Contributors", email = "[email protected]"} | ||
] | ||
description = "Python package for Earth Science Data Analysis" | ||
description = "a Python package based on xarray for GeoScience Data Analysis" | ||
keywords = ["Earth science", "data analysis"] | ||
license = {file = "LICENSE"} | ||
readme = "README.md" | ||
|
@@ -35,7 +35,7 @@ classifiers = [ | |
"Natural Language :: English", | ||
"Operating System :: OS Independent", | ||
"Programming Language :: Python :: 3", | ||
"Topic :: Scientific/Engineering :: Earth Science", | ||
"Topic :: Scientific/Engineering", | ||
] | ||
requires-python = ">=3.11" | ||
dependencies = [ | ||
|
@@ -49,26 +49,14 @@ dependencies = [ | |
"pyproj>=3.4", | ||
"shapely>=2.0", | ||
"xarray>=2023.6.0", | ||
"pyarrow>=12.0.1" | ||
] | ||
# dynamic = ["version", "description", "optional-dependencies"] | ||
|
||
[project.urls] | ||
Homepage = "https://github.com/geokube/geokube" | ||
# Documentation = "https://readthedocs.org" | ||
Repository = "https://github.com/opengeokube/geokube.git" | ||
Documentation = "https://geokube.github.io" | ||
Repository = "https://github.com/CMCC-Foundation/geokube.git" | ||
# Changelog = "https://github.com/me/spam/blob/master/CHANGELOG.md" | ||
|
||
[project.optional-dependencies] | ||
geo_science = ["gsw>=3.6", "shapely>=2.0"] | ||
regridding = ["xesmf"] | ||
#sentinel_data = ["rasterio>=1.3.8.post2", "rioxarray>=0.15"] | ||
|
||
# [project.scripts] | ||
# spam-cli = "spam:main_cli" | ||
|
||
# [project.gui-scripts] | ||
# spam-gui = "spam:main_gui" | ||
|
||
# [project.entry-points."spam.magical"] | ||
# tomatoes = "spam:main_tomatoes" |