Skip to content

Commit

Permalink
Clarifying intent in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
phargogh committed Oct 16, 2024
1 parent 89d236b commit 75107e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ invest = "natcap.invest.cli:main"
requires = [
'setuptools>=61', 'wheel', 'setuptools_scm>=8.0', 'cython>=3.0.0', 'babel',
'oldest-supported-numpy; python_version<="3.8"',
'numpy>=2; python_version>"3.8"', # numpy 2 only available for 3.9+
'numpy>=2; python_version>="3.9"', # numpy 2 only available for 3.9+
]
build-backend = "setuptools.build_meta"

Expand Down

0 comments on commit 75107e7

Please sign in to comment.