MINGW-packages/mingw-w64-python-pglive/0001-update-numpy-dep.patch
2025-03-06 10:07:07 +05:30

14 lines
317 B
Diff

diff --git a/pyproject.toml b/pyproject.toml
index 3f40a20..22f9066 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -20,7 +20,7 @@ classifiers = [
[tool.poetry.dependencies]
python = ">=3.9, <3.13"
pyqtgraph = "^0.13.3"
-numpy = "^1.26.0"
+numpy = ">=1.26.0"
[tool.poetry.dev-dependencies]
mypy = "^1.0.1"