Skip to content

Commit

Permalink
fix: don't trigger NumPy 2.0 on Python 3.12+
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Schreiner <[email protected]>
  • Loading branch information
henryiii committed Mar 19, 2024
1 parent c4ae133 commit 077e8de
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@ packages =
boost_histogram._internal
boost_histogram.axis
install_requires =
numpy>=1.26.0b1;python_version>='3.12'
numpy;python_version<'3.12'
numpy
typing-extensions;python_version<'3.8'
python_requires = >=3.7
include_package_data = True
Expand Down

0 comments on commit 077e8de

Please sign in to comment.