From b5a160f44c07707b24de85a085f9a42d662c9e44 Mon Sep 17 00:00:00 2001 From: Saikat Karmakar <31238298+Aviksaikat@users.noreply.github.com> Date: Thu, 3 Apr 2025 20:36:21 +0530 Subject: [PATCH 1/2] Updated python version compatibility --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 10ceef9..c6e457a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ include = ["gmx_python_sdk", "gmx_python_sdk.*"] namespaces = false [tool.poetry.dependencies] -python = ">= 3.10.4" +python = ">=3.10.4,<4" numpy = ">= 1.26.3" hexbytes = ">= 0.3.1" web3 = ">= 6.10.0" From 40fa2a49e6d8788eb1aa77889c888a65da9e726c Mon Sep 17 00:00:00 2001 From: Saikat Karmakar <31238298+Aviksaikat@users.noreply.github.com> Date: Thu, 3 Apr 2025 20:40:07 +0530 Subject: [PATCH 2/2] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c6e457a..a23f37d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ include = ["gmx_python_sdk", "gmx_python_sdk.*"] namespaces = false [tool.poetry.dependencies] -python = ">=3.10.4,<4" +python = ">=3.10,<4" numpy = ">= 1.26.3" hexbytes = ">= 0.3.1" web3 = ">= 6.10.0"