mirror of
https://git.mirrors.martin98.com/https://github.com/danielgatis/rembg
synced 2025-08-06 02:06:03 +08:00
fix dependencies
This commit is contained in:
parent
fd0c871aac
commit
848a38e4cc
2
.github/workflows/publish_pypi.yml
vendored
2
.github/workflows/publish_pypi.yml
vendored
@ -22,5 +22,5 @@ jobs:
|
||||
python3 setup.py sdist bdist_wheel
|
||||
python3 -m twine upload dist/*
|
||||
env:
|
||||
TWINE_USERNAME: ${{ secrets.PIPY_USERNAME }}
|
||||
TWINE_USERNAME: __token__
|
||||
TWINE_PASSWORD: ${{ secrets.PIPY_PASSWORD }}
|
||||
|
@ -1 +1 @@
|
||||
onnxruntime-gpu==1.14.1
|
||||
onnxruntime-gpu
|
||||
|
Loading…
x
Reference in New Issue
Block a user