Skip to content

Commit

Permalink
don't depend on numpy RC in build-system.requires
Browse files Browse the repository at this point in the history
  • Loading branch information
janosh committed Aug 6, 2024
1 parent 3c4695e commit f0865f0
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 @@ -3,7 +3,7 @@ requires = [
"Cython>=0.29.23",
# Building against NPY2 will support both NPY1 and NPY2
# https://numpy.org/devdocs/dev/depending_on_numpy.html#build-time-dependency
"numpy>=2.0.0rc1",
"numpy>=2.0.1",
"setuptools>=65.0.0",
]
build-backend = "setuptools.build_meta"
Expand Down Expand Up @@ -62,7 +62,6 @@ dependencies = [
"networkx>=2.2",
# 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.0',
"palettable>=3.3.3",
"pandas>=2",
"plotly>=4.5.0",
Expand All @@ -75,6 +74,7 @@ dependencies = [
"tabulate>=0.9",
"tqdm>=4.60",
"uncertainties>=3.1.4",
'numpy>=1.25.0,<3.0',
]
version = "2024.7.18"

Expand Down

0 comments on commit f0865f0

Please sign in to comment.