mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 16:35:07 +03:00
fix(surya)
This commit is contained in:
parent
2e4810ca0d
commit
3e239197b7
1 changed files with 4 additions and 2 deletions
|
@ -8,20 +8,22 @@ versions:
|
||||||
github: VikParuchuri/surya
|
github: VikParuchuri/surya
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
python.org: ~3.11
|
pkgx.sh: ^1
|
||||||
linux:
|
linux:
|
||||||
mesa3d.org: ^23.3
|
mesa3d.org: ^23.3
|
||||||
gnome.org/glib: ^2
|
gnome.org/glib: ^2
|
||||||
|
|
||||||
build:
|
build:
|
||||||
dependencies:
|
dependencies:
|
||||||
|
python.org: ~3.11
|
||||||
python-poetry.org: ^1.7
|
python-poetry.org: ^1.7
|
||||||
script:
|
script:
|
||||||
- bkpyvenv stage --engine=poetry {{prefix}} {{version}}
|
- bkpyvenv stage --engine=poetry {{prefix}} {{version}}
|
||||||
# cv2 libs are compiled for MACOSX_DEPLOYMENT_TARGET=12.0
|
# cv2 libs are compiled for MACOSX_DEPLOYMENT_TARGET=12.0
|
||||||
- run: poetry config --local installer.no-binary cv2
|
- run: poetry config --local installer.no-binary opencv-python
|
||||||
if: darwin
|
if: darwin
|
||||||
- poetry install
|
- poetry install
|
||||||
|
# - run: 'poetry run pip install --no-binary :all: opencv-python'
|
||||||
- bkpyvenv seal --engine=poetry {{prefix}} surya_detect
|
- bkpyvenv seal --engine=poetry {{prefix}} surya_detect
|
||||||
|
|
||||||
provides:
|
provides:
|
||||||
|
|
Loading…
Reference in a new issue