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 4bf3008 commit e0bf0c4Copy full SHA for e0bf0c4
.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.3.5'"]
+ numpy_version: ["numpy'>=2'"]
18
19
env:
20
ONEAPI_ROOT: /opt/intel/oneapi
0 commit comments