From fd664b39e047f62da6c26dc5ff9e5f48a2db9e13 Mon Sep 17 00:00:00 2001 From: Lorenzo Monacelli Date: Fri, 3 Oct 2025 17:50:07 +0200 Subject: [PATCH] Fix the python dependency --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 443c10e3..4c634db1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ description = "Python implementation of the sscha code" authors = [{name = "Lorenzo Monacelli"}] # Put here email readme = "README.md" license = {file = "LICENSE.txt"} -requires-python = ">=3.8,<3.13" # Updated to specify Python 3.8 to 3.12 +requires-python = ">=3.8" # Updated to specify Python 3.8 to 3.12 dependencies = [ "numpy", "ase",