Skip to content

Commit

Permalink
Bump required NumPy version to 1.23. (#5658)
Browse files Browse the repository at this point in the history
Bump required NumPy version to 1.23 to get DLPack support.

Signed-off-by: Michal Zientkiewicz <[email protected]>
  • Loading branch information
mzient authored Oct 7, 2024
1 parent 2d9d526 commit a1fceb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qa/setup_packages.py
Original file line number Diff line number Diff line change
Expand Up @@ -479,8 +479,8 @@ def get_pyvers_name(self, url, cuda_version):
PlainPackage(
"numpy",
[
PckgVer(">=1.17,<1.24", python_min_ver="3.8", python_max_ver="3.11"),
PckgVer(">=1.17,<2", python_min_ver="3.12", python_max_ver="3.12"),
PckgVer(">=1.23,<1.24", python_min_ver="3.8", python_max_ver="3.11"),
PckgVer(">=1.23,<2", python_min_ver="3.12", python_max_ver="3.12"),
],
),
PlainPackage("opencv-python", [PckgVer("4.8.1.78", dependencies=["numpy<2"])]),
Expand Down

0 comments on commit a1fceb8

Please sign in to comment.