Skip to content

Commit 410d422

Browse files
committed
ci: Don't build against numpy 2
1 parent d6f239d commit 410d422

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/conda/environment_all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ channels:
44
dependencies:
55
- eigen
66
- cmake
7-
- numpy
7+
- numpy<2.0
88
- pkg-config
99
- boost
1010
- ccache

0 commit comments

Comments
 (0)