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.
2 parents 87a358d + 39dd3fc commit 05a76e5Copy full SHA for 05a76e5
CHANGELOG.md
@@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
12
### Changed
13
14
+* Fixed `ImportError` when when `scipy==1.12.0` is installed.
15
+
16
### Removed
17
18
src/compas/numerical/operators.py
@@ -7,7 +7,7 @@
7
from numpy import hstack
8
from numpy import tile
9
10
-from scipy import cross
+from numpy import cross
from scipy.sparse import coo_matrix
from compas.numerical.linalg import normrow
0 commit comments