We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b7213a commit ed7ffa7Copy full SHA for ed7ffa7
.github/workflows/build-with-clang.yml
@@ -14,7 +14,7 @@ jobs:
14
strategy:
15
matrix:
16
python: ["3.10", "3.11", "3.12", "3.13"]
17
- numpy_version: ["numpy'>=2'"]
+ numpy_version: ["numpy'<2.3.5'"]
18
19
env:
20
ONEAPI_ROOT: /opt/intel/oneapi
0 commit comments