From d94fcef7d7fb5afffde9d57747c75a166ca35490 Mon Sep 17 00:00:00 2001 From: Ziheng Sun Date: Fri, 19 Jan 2024 22:12:41 -0500 Subject: [PATCH] Update setup.cfg --- setup.cfg | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/setup.cfg b/setup.cfg index b1c7633..d685e9f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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