We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9097951 commit fe8c0f1Copy full SHA for fe8c0f1
recipe/meta.yaml
@@ -38,6 +38,8 @@ outputs:
38
- ninja
39
- python
40
- numpy
41
+ # temporary until use of deprecated np.sum(generator) is removed
42
+ - numpy <2.4
43
- cython
44
- sympy
45
#first version of eigency compatible with numpy 2
@@ -79,6 +81,9 @@ outputs:
79
81
- kokkos =4.7.01 h* # [linux]
80
82
- kokkos =4.4.01 h* # [not linux]
83
- mmgsuite =5.8
84
+ run_constrained:
85
+ # TypeError: Calling np.sum(generator) is deprecated.
86
87
test:
88
requires:
89
- scipy
0 commit comments