Skip to content

Commit

Permalink
[#61498] pyproject: Pin numpy version to 1.23.5
Browse files Browse the repository at this point in the history
Signed-off-by: Mateusz Leonowicz <[email protected]>
  • Loading branch information
mleonowicz authored and glatosinski committed Jul 2, 2024
1 parent f341ecc commit baded26
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 @@ -3,7 +3,7 @@
# SPDX-License-Identifier: Apache-2.0

[build-system]
requires = ["setuptools>=40.8.0", "wheel", "cython<3.0.0", "numpy>=1.23.5"]
requires = ["setuptools>=40.8.0", "wheel", "cython<3.0.0", "numpy>=1.23.5,<2.0.0"]
build-backend = "setuptools.build_meta"

[project]
Expand Down

0 comments on commit baded26

Please sign in to comment.