Skip to content

Commit

Permalink
clean up comment
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielYang59 committed Nov 21, 2024
1 parent 18175db commit 7843131
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Python Materials Genomics is a robust materials analysis code that defines core
and molecules with support for many electronic structure codes. It is currently the core analysis code powering the
Materials Project (https://materialsproject.org)."""
readme = "README.md"
requires-python = ">=3.10,<3.14"
requires-python = ">=3.10,<=3.13"
keywords = [
"ABINIT",
"VASP",
Expand Down Expand Up @@ -76,7 +76,7 @@ dependencies = [
"uncertainties>=3.1.4",
# NumPy documentation suggests pinning the current major version as the C API is used
# https://numpy.org/devdocs/dev/depending_on_numpy.html#runtime-dependency-version-ranges
"numpy>=1.25.0,<3", # TODO: only numpy>=1.26.2 supports Python 3.13
"numpy>=1.25.0,<3",
]
version = "2024.11.13"

Expand Down Expand Up @@ -107,7 +107,7 @@ optional = [
"chemview>=0.6",
"f90nml>=1.1.2",
"galore>=0.6.1",
"h5py>=3.11.0", # h5py>=3.12.1 supports Python 3.13
"h5py>=3.11.0",
"hiphive>=1.3.1; python_version<'3.13'", # TODO: no Python 3.13 support
"jarvis-tools>=2020.7.14",
"matplotlib>=3.8",
Expand Down

0 comments on commit 7843131

Please sign in to comment.