mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25: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
|
||||
|
||||
dependencies:
|
||||
python.org: ~3.11
|
||||
pkgx.sh: ^1
|
||||
linux:
|
||||
mesa3d.org: ^23.3
|
||||
gnome.org/glib: ^2
|
||||
|
||||
build:
|
||||
dependencies:
|
||||
python.org: ~3.11
|
||||
python-poetry.org: ^1.7
|
||||
script:
|
||||
- bkpyvenv stage --engine=poetry {{prefix}} {{version}}
|
||||
# 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
|
||||
- poetry install
|
||||
# - run: 'poetry run pip install --no-binary :all: opencv-python'
|
||||
- bkpyvenv seal --engine=poetry {{prefix}} surya_detect
|
||||
|
||||
provides:
|
||||
|
|
Loading…
Reference in a new issue