Skip to content

Commit

Permalink
Merge pull request #30 from gokulprathin8/version/update-1
Browse files Browse the repository at this point in the history
use recent versions of deps
  • Loading branch information
ZihengSun authored Jan 20, 2024
2 parents 0d13e33 + 08c2908 commit 40f8ee6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 15 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.1"
version = "0.8.2"
authors = [
{ name="Geoweaver team", email="geoweaver.app@gmail.com" },
]
Expand All @@ -22,19 +22,19 @@ classifiers = [

[tool.poetry]
name = "pygeoweaver"
version = "0.8.1"
version = "0.8.2"
description = "This is a wrapper package of the Geoweaver app."
authors = ["Geoweaver team <geoweaver.app@gmail.com>"]
readme = "README.md"
homepage = "https://github.com/ESIPFed/pygeoweaver"

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

[tool.poetry.scripts]
gw = "pygeoweaver:__main__"
Expand Down
15 changes: 7 additions & 8 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,13 @@ name = pygeoweaver
packages = find:
python_requires = >=3.7,<4
install_requires =
setuptools>=61.0
requests==2.28.2
pydantic==1.10.9
pydantic==1.10.9
ipython==8.14.0
pandas==2.0.2
setuptools
requests
pydantic
ipython
pandas

[options.package_data]
pygeoweaver = *.bat
*.batch
*.sh
*.batch
*.sh

0 comments on commit 40f8ee6

Please sign in to comment.