diff --git a/setup.cfg b/setup.cfg index 9237a86..c22e693 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,11 +5,12 @@ name = pygeoweaver packages = find: python_requires = >=3.7,<4 install_requires = - setuptools - requests - pydantic - ipython - pandas + 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