Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ZihengSun authored Jan 20, 2024
1 parent a12787e commit a55be56
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "pygeoweaver"
version = "0.8.3"
version = "0.8.4"
authors = [
{ name="Geoweaver team", email="[email protected]" },
]
Expand All @@ -22,19 +22,19 @@ classifiers = [

[tool.poetry]
name = "pygeoweaver"
version = "0.8.3"
version = "0.8.4"
description = "This is a wrapper package of the Geoweaver app."
authors = ["Geoweaver team <[email protected]>"]
readme = "README.md"
homepage = "https://github.com/ESIPFed/pygeoweaver"

[tool.poetry.dependencies]
python = ">=3.7,<4"
setuptools = "*"
requests = "*"
pydantic = "*"
ipython = "*"
pandas = "*"
setuptools = ">=60.0"
requests = ">=2.28.2"
pydantic = ">=1.10.9"
ipython = ">=8.14.0"
pandas = ">=2.0.2"

[tool.poetry.scripts]
gw = "pygeoweaver:__main__"
Expand Down

0 comments on commit a55be56

Please sign in to comment.