From 08376c1b7b4dfd27a973ee97a06b01c2e2955233 Mon Sep 17 00:00:00 2001 From: Gokul Prathin Date: Tue, 27 Jun 2023 00:20:22 -0400 Subject: [PATCH 1/3] added dependencies --- pyproject.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 50a4196..bfd5a17 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "pygeoweaver" -version = "0.7.4" +version = "0.7.5" authors = [ { name="Geoweaver team", email="geoweaver.app@gmail.com" }, ] @@ -22,7 +22,7 @@ classifiers = [ [tool.poetry] name = "pygeoweaver" -version = "0.7.4" +version = "0.7.5" description = "This is a wrapper package of the Geoweaver app." authors = ["Geoweaver team "] readme = "README.md" @@ -33,6 +33,8 @@ python = ">=3.7,<4" setuptools = ">=61.0" requests = "2.28.2" pydantic = "1.10.9" +ipython = "8.14.0" +pandas = "2.0.2" [tool.poetry.scripts] From 42e882cd3fb88525800298a457588afc48f84a91 Mon Sep 17 00:00:00 2001 From: Gokul Prathin Date: Tue, 27 Jun 2023 00:30:18 -0400 Subject: [PATCH 2/3] added missing packages --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.cfg b/setup.cfg index d2b9c53..3f5f483 100644 --- a/setup.cfg +++ b/setup.cfg @@ -8,6 +8,9 @@ install_requires = setuptools>=61.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 From 949dade8ede969c8c0abb8e030be8b053ef59f30 Mon Sep 17 00:00:00 2001 From: Gokul Prathin Date: Tue, 27 Jun 2023 00:30:49 -0400 Subject: [PATCH 3/3] added missing packages --- setup.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 3f5f483..1640f96 100644 --- a/setup.cfg +++ b/setup.cfg @@ -8,9 +8,9 @@ install_requires = setuptools>=61.0 requests==2.28.2 pydantic==1.10.9 - pydantic = "1.10.9" - ipython = "8.14.0" - pandas = "2.0.2" + pydantic==1.10.9 + ipython==8.14.0 + pandas==2.0.2 [options.package_data] pygeoweaver = *.bat