From 53324c090fba54e596d2c8c667f177adc9c11c2e Mon Sep 17 00:00:00 2001 From: mjohns-databricks Date: Wed, 7 Dec 2022 09:47:38 -0500 Subject: [PATCH] Update setup.cfg python h3 - back to 3.7.0 to match POM --- python/setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/setup.cfg b/python/setup.cfg index 671608840..d8810add2 100644 --- a/python/setup.cfg +++ b/python/setup.cfg @@ -19,7 +19,7 @@ packages = find: python_requires = >=3.7.0 install_requires = keplergl==0.3.2 - h3==3.7.3 + h3==3.7.0 ipython==7.22.0 [options.package_data]