Skip to content

Commit

Permalink
Fixed numpy version in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
mliberty1 committed Oct 29, 2024
1 parent 63022fa commit a08efb8
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 @@ -19,7 +19,7 @@
# Minimum requirements for the build system to execute.
requires = [
"Cython",
"numpy>=1.26,<2",
"numpy>=2.1.0,<3",
"pywin32; sys_platform == 'win32'",
"setuptools",
"wheel",
Expand Down

0 comments on commit a08efb8

Please sign in to comment.