We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents be0156f + fd664b3 commit 084c1b2Copy full SHA for 084c1b2
1 file changed
pyproject.toml
@@ -9,7 +9,7 @@ description = "Python implementation of the sscha code"
9
authors = [{name = "Lorenzo Monacelli"}] # Put here email
10
readme = "README.md"
11
license = {file = "LICENSE.txt"}
12
-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
13
dependencies = [
14
"numpy",
15
"ase",
0 commit comments