Skip to content

Commit

Permalink
Merge pull request #1425 from compas-dev/fix-numpy-2
Browse files Browse the repository at this point in the history
Remove numpy upper bound
  • Loading branch information
tomvanmele authored Jan 20, 2025
2 parents 7ea3fbd + 918ef9b commit 2c7ed4e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

* Changed `requirements.txt` to allow `numpy>=2`.

### Removed


Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# flake8: noqa
jsonschema
networkx >= 3.0
numpy >= 1.15.4, < 2
numpy >= 1.15.4
scipy >= 1.1
watchdog; sys_platform != 'emscripten'

0 comments on commit 2c7ed4e

Please sign in to comment.