Skip to content

Commit 563500e

Browse files
committed
quick fix dev build by locking out numpy version that's breaking things
1 parent 28ee351 commit 563500e

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: ""
101+
default: "2.1.0"
102102
steps:
103103
- run:
104104
name: Install Python dependencies

0 commit comments

Comments
 (0)