Skip to content

Commit d38ce72

Browse files
committed
Limit numpy to less than 2.x
1 parent b82c4be commit d38ce72

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5353
* Updated `compas.geometry.vector.__mul__` to allow element-wise multiplication with another vector.
5454
* Updated `compas.geometry.vector.__truediv__` to allow element-wise division with another vector.
5555
* Fixed bug in registration `shapely` boolean plugins.
56+
* Restrict `numpy` to versions lower than `2.x`.
5657

5758
### Removed
5859

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# flake8: noqa
22
jsonschema
33
networkx >= 3.0
4-
numpy >= 1.15.4
4+
numpy >= 1.15.4, < 2
55
scipy >= 1.1
66
watchdog; sys_platform != 'emscripten'

0 commit comments

Comments
 (0)