Skip to content

Commit 402d569

Browse files
committed
build(all): python version conflict
1 parent 2e536f1 commit 402d569

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ classifiers = [
2121
]
2222
dependencies = [
2323
"numpy~=2.2.6",
24-
"scipy~=1.16.1",
24+
"scipy~=1.15.3",
2525
"opencv-python-headless~=4.12.0.88",
2626
"pillow~=11.3.0",
2727
]

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
numpy~=2.2.6 # Not > 2.3 for opencv
22
opencv-python-headless~=4.12.0.88
3-
scipy~=1.16.1
3+
scipy~=1.15.3 # Not > 1.15 for keeping py 3.10 compat
44
pillow~=11.3.0
55
# Dev stuff
66
matplotlib~=3.10.0

0 commit comments

Comments
 (0)