Fix opencv version for compatibility with numpy 2.0
Browse files
.gitattributes
CHANGED
@@ -84,3 +84,4 @@ lib_wheel/triton-3.3.1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.w
|
|
84 |
lib_wheel/virtualenv-20.32.0-py3-none-any.whl filter=lfs diff=lfs merge=lfs -text
|
85 |
lib_wheel/fsspec-2024.6.1-py3-none-any.whl filter=lfs diff=lfs merge=lfs -text
|
86 |
lib_wheel/numpy-2.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl filter=lfs diff=lfs merge=lfs -text
|
|
|
|
84 |
lib_wheel/virtualenv-20.32.0-py3-none-any.whl filter=lfs diff=lfs merge=lfs -text
|
85 |
lib_wheel/fsspec-2024.6.1-py3-none-any.whl filter=lfs diff=lfs merge=lfs -text
|
86 |
lib_wheel/numpy-2.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl filter=lfs diff=lfs merge=lfs -text
|
87 |
+
lib_wheel/opencv_python-4.10.0.84-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl filter=lfs diff=lfs merge=lfs -text
|
lib_wheel/opencv_python-4.10.0.84-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9ace140fc6d647fbe1c692bcb2abce768973491222c067c131d80957c595b71f
|
3 |
+
size 62548253
|