8000 DOC/TST: lock numpy < 2.1 · matplotlib/matplotlib@4b89ed7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4b89ed7

Browse files
committed
DOC/TST: lock numpy < 2.1
1 parent 41dbbe9 commit 4b89ed7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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

0 commit comments

Comments
 (0)
0