Skip to content

Commit fe8c0f1

Browse files
committed
avoid numpy 2.4 for now
1 parent 9097951 commit fe8c0f1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

recipe/meta.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ outputs:
3838
- ninja
3939
- python
4040
- numpy
41+
# temporary until use of deprecated np.sum(generator) is removed
42+
- numpy <2.4
4143
- cython
4244
- sympy
4345
#first version of eigency compatible with numpy 2
@@ -79,6 +81,9 @@ outputs:
7981
- kokkos =4.7.01 h* # [linux]
8082
- kokkos =4.4.01 h* # [not linux]
8183
- mmgsuite =5.8
84+
run_constrained:
85+
# TypeError: Calling np.sum(generator) is deprecated.
86+
- numpy <2.4
8287
test:
8388
requires:
8489
- scipy

0 commit comments

Comments
 (0)