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.
1 parent 2e536f1 commit 402d569Copy full SHA for 402d569
pyproject.toml
@@ -21,7 +21,7 @@ classifiers = [
21
]
22
dependencies = [
23
"numpy~=2.2.6",
24
- "scipy~=1.16.1",
+ "scipy~=1.15.3",
25
"opencv-python-headless~=4.12.0.88",
26
"pillow~=11.3.0",
27
requirements.txt
@@ -1,6 +1,6 @@
1
numpy~=2.2.6 # Not > 2.3 for opencv
2
opencv-python-headless~=4.12.0.88
3
-scipy~=1.16.1
+scipy~=1.15.3 # Not > 1.15 for keeping py 3.10 compat
4
pillow~=11.3.0
5
# Dev stuff
6
matplotlib~=3.10.0
0 commit comments