Skip to content

Commit 446fb5b

Browse files
committed
Avoid inconsistent numpy versions
1 parent 62a1da9 commit 446fb5b

File tree

2 files changed

+21
-42
lines changed

2 files changed

+21
-42
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ description = "voctomix is a video mixing software, written in python."
55
readme = "README.md"
66
requires-python = ">=3.11"
77
dependencies = [
8+
"numpy<2.0",
89
"scipy>=1.15.2",
910
"scipy-stubs>=1.15.2.1",
1011
"sdnotify>=0.3.2",

uv.lock

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

0 commit comments

Comments
 (0)