From 94f2c8485c4ab240e3a446284c5240f0ca96c44f Mon Sep 17 00:00:00 2001 From: jvsguerra Date: Wed, 25 Sep 2024 15:14:01 -0300 Subject: [PATCH] Update pyKVFinder version --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9151245..2046c45 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ authors = [ maintainers = [{ name = "João V. S. Guerra", email = "jvsguerra@gmail.com" }] license = { file = "LICENSE" } readme = { file = "README.md", content-type = "text/markdown" } -requires-python = ">=3.9" +requires-python = ">=3.10" keywords = ["computational chemistry", "atom packing", "sphere packing"] classifiers = [ "Development Status :: 4 - Beta", @@ -39,7 +39,7 @@ dependencies = [ "numpy==1.26.4", "pandas==2.2.3", "plotly==5.24.1", - "pyKVFinder==0.6.16", + "pyKVFinder==0.7.0", ] dynamic = ["version"]