Skip to content

Commit

Permalink
Update setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
ZihengSun authored Jan 20, 2024
1 parent 729a619 commit d94fcef
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ name = pygeoweaver
packages = find:
python_requires = >="3.7",<"4"
install_requires =
setuptools>="60.0"
requests>="2.28.2"
pydantic>="1.10.9"
pydantic>="1.10.9"
ipython>="8.14.0"
pandas>="2.0.2"
setuptools >= "60.0"
requests >= "2.28.2"
pydantic >= "1.10.9"
pydantic >= "1.10.9"
ipython >= "8.14.0"
pandas >= "2.0.2"

[options.package_data]
pygeoweaver = *.bat
Expand Down

0 comments on commit d94fcef

Please sign in to comment.