Skip to content

Commit da5cd6d

Browse files
committed
Lock python to <2.0, because of a wfdb incompatibility (MIT-LCP/wfdb-python#493).
1 parent 4b86830 commit da5cd6d

File tree

2 files changed

+39
-47
lines changed

2 files changed

+39
-47
lines changed

poetry.lock

Lines changed: 38 additions & 47 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ pywebview = "^5.1"
1717
setproctitle = "^1.3.3"
1818
wfdb = { git = "https://github.com/Ivorforce/wfdb-python.git", branch = "read-stream" }
1919
flask-caching = "^2.3.0"
20+
numpy = "^1.26"
2021

2122

2223
[build-system]

0 commit comments

Comments
 (0)