Skip to content

Commit

Permalink
Update pyKVFinder version
Browse files Browse the repository at this point in the history
  • Loading branch information
jvsguerra committed Sep 25, 2024
1 parent dcbe9b2 commit 94f2c84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"]

Expand Down

0 comments on commit 94f2c84

Please sign in to comment.