Skip to content

Commit ef32d22

Browse files
authored
DOC/TST: lock numpy < 2.1 (#28779)
* DOC/TST: lock numpy < 2.1
1 parent d8ff960 commit ef32d22

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ commands:
9898
parameters:
9999
numpy_version:
100100
type: string
101-
default: "!=2.1.0"
101+
default: "~=2.0.0"
102102
steps:
103103
- run:
104104
name: Install Python dependencies
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
pybind11!=2.13.3
22
meson-python
3-
numpy
3+
numpy<2.1.0
44
setuptools-scm

0 commit comments

Comments
 (0)