Skip to content

Commit 2c7ed4e

Browse files
authored
Merge pull request #1425 from compas-dev/fix-numpy-2
Remove numpy upper bound
2 parents 7ea3fbd + 918ef9b commit 2c7ed4e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
### Changed
1313

14+
* Changed `requirements.txt` to allow `numpy>=2`.
15+
1416
### Removed
1517

1618

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, < 2
4+
numpy >= 1.15.4
55
scipy >= 1.1
66
watchdog; sys_platform != 'emscripten'

0 commit comments

Comments
 (0)