Skip to content

Commit cf4db15

Browse files
committed
Install numpy 2.3.2
1 parent 60bb3e9 commit cf4db15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-with-clang.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
matrix:
1616
python: ["3.10", "3.11", "3.12", "3.13"]
1717
# numpy_version: ["numpy'>=2'"]
18-
numpy_version: ["numpy'<2.3.4'"]
18+
numpy_version: ["numpy'<2.3.3'"]
1919

2020
env:
2121
ONEAPI_ROOT: /opt/intel/oneapi

0 commit comments

Comments
 (0)