Fix numpy version for compatibility with opencv
Browse files
.gitattributes
CHANGED
@@ -83,3 +83,4 @@ lib_wheel/transformers-4.52.3-py3-none-any.whl filter=lfs diff=lfs merge=lfs -te
|
|
83 |
lib_wheel/triton-3.3.1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_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
|
|
|
|
83 |
lib_wheel/triton-3.3.1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_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
|
lib_wheel/numpy-2.0.2-cp310-cp310-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:496f71341824ed9f3d2fd36cf3ac57ae2e0165c143b55c3a035ee219413f3318
|
3 |
+
size 19523451
|