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 5f080fb commit 729a619
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 @@ -10,7 +10,7 @@ authors = [
]
description = "This is a wrapper package of the Geoweaver app."
readme = "README.md"
requires-python = ">=3.7,<4"
requires-python = "^3.7"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
Expand All @@ -29,12 +29,12 @@ readme = "README.md"
homepage = "https://github.com/ESIPFed/pygeoweaver"

[tool.poetry.dependencies]
python = ">=3.7,<4"
setuptools = ">=60.0"
requests = ">=2.28.2"
pydantic = ">=1.10.9"
ipython = ">=8.14.0"
pandas = ">=2.0.2"
python = "^3.7"
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 729a619

Please sign in to comment.