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 b82c4be commit d38ce72Copy full SHA for d38ce72
CHANGELOG.md
@@ -53,6 +53,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
53
* Updated `compas.geometry.vector.__mul__` to allow element-wise multiplication with another vector.
54
* Updated `compas.geometry.vector.__truediv__` to allow element-wise division with another vector.
55
* Fixed bug in registration `shapely` boolean plugins.
56
+* Restrict `numpy` to versions lower than `2.x`.
57
58
### Removed
59
requirements.txt
@@ -1,6 +1,6 @@
1
# flake8: noqa
2
jsonschema
3
networkx >= 3.0
4
-numpy >= 1.15.4
+numpy >= 1.15.4, < 2
5
scipy >= 1.1
6
watchdog; sys_platform != 'emscripten'
0 commit comments