Skip to content

Commit 084c1b2

Browse files
Merge pull request #403 from SSCHAcode/spglib_fix
Fix the python dependency
2 parents be0156f + fd664b3 commit 084c1b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description = "Python implementation of the sscha code"
99
authors = [{name = "Lorenzo Monacelli"}] # Put here email
1010
readme = "README.md"
1111
license = {file = "LICENSE.txt"}
12-
requires-python = ">=3.8,<3.13" # Updated to specify Python 3.8 to 3.12
12+
requires-python = ">=3.8" # Updated to specify Python 3.8 to 3.12
1313
dependencies = [
1414
"numpy",
1515
"ase",

0 commit comments

Comments
 (0)