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 7ea3fbd + 918ef9b commit 2c7ed4eCopy full SHA for 2c7ed4e
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
+* Changed `requirements.txt` to allow `numpy>=2`.
15
+
16
### Removed
17
18
requirements.txt
@@ -1,6 +1,6 @@
1
# flake8: noqa
2
jsonschema
3
networkx >= 3.0
4
-numpy >= 1.15.4, < 2
+numpy >= 1.15.4
5
scipy >= 1.1
6
watchdog; sys_platform != 'emscripten'
0 commit comments