mirror of
https://git.mirrors.martin98.com/https://github.com/danielgatis/rembg
synced 2025-08-06 05:36:17 +08:00
fix dependencies
This commit is contained in:
parent
2d12a011cd
commit
b888db745a
@ -1,19 +1,19 @@
|
|||||||
aiohttp==3.8.1
|
aiohttp
|
||||||
asyncer==0.0.2
|
asyncer
|
||||||
click==8.1.3
|
click
|
||||||
fastapi==0.92.0
|
fastapi
|
||||||
filetype==1.2.0
|
filetype
|
||||||
gradio==3.32.0
|
gradio
|
||||||
imagehash==4.3.1
|
imagehash
|
||||||
numpy==1.23.5
|
numpy
|
||||||
onnxruntime==1.14.1
|
onnxruntime
|
||||||
opencv-python-headless==4.6.0.66
|
opencv-python-headless
|
||||||
pillow==9.3.0
|
pillow
|
||||||
pooch==1.6.0
|
pooch
|
||||||
pymatting==1.1.8
|
pymatting
|
||||||
python-multipart==0.0.5
|
python-multipart
|
||||||
scikit-image==0.19.3
|
scikit-image
|
||||||
scipy==1.9.3
|
scipy
|
||||||
tqdm==4.64.1
|
tqdm
|
||||||
uvicorn==0.20.0
|
uvicorn
|
||||||
watchdog==2.1.9
|
watchdog
|
||||||
|
40
setup.py
40
setup.py
@ -37,25 +37,25 @@ setup(
|
|||||||
packages=["rembg", "rembg.sessions", "rembg.commands"],
|
packages=["rembg", "rembg.sessions", "rembg.commands"],
|
||||||
python_requires=">3.7, <3.11",
|
python_requires=">3.7, <3.11",
|
||||||
install_requires=[
|
install_requires=[
|
||||||
"aiohttp>=3.8.1",
|
"aiohttp",
|
||||||
"asyncer>=0.0.2",
|
"asyncer",
|
||||||
"click>=8.1.3",
|
"click",
|
||||||
"fastapi>=0.92.0",
|
"fastapi",
|
||||||
"filetype>=1.2.0",
|
"filetype",
|
||||||
"gradio>=3.32.0",
|
"gradio",
|
||||||
"imagehash>=4.3.1",
|
"imagehash",
|
||||||
"numpy>=1.23.5",
|
"numpy",
|
||||||
"onnxruntime>=1.14.1",
|
"onnxruntime",
|
||||||
"opencv-python-headless>=4.6.0.66",
|
"opencv-python-headless",
|
||||||
"pillow>=9.3.0",
|
"pillow",
|
||||||
"pooch>=1.6.0",
|
"pooch",
|
||||||
"pymatting>=1.1.8",
|
"pymatting",
|
||||||
"python-multipart>=0.0.5",
|
"python-multipart",
|
||||||
"scikit-image>=0.19.3",
|
"scikit-image",
|
||||||
"scipy>=1.9.3",
|
"scipy",
|
||||||
"tqdm>=4.64.1",
|
"tqdm",
|
||||||
"uvicorn>=0.20.0",
|
"uvicorn",
|
||||||
"watchdog>=2.1.9",
|
"watchdog",
|
||||||
],
|
],
|
||||||
entry_points={
|
entry_points={
|
||||||
"console_scripts": [
|
"console_scripts": [
|
||||||
@ -63,7 +63,7 @@ setup(
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
extras_require={
|
extras_require={
|
||||||
"gpu": ["onnxruntime-gpu>=1.14.1"],
|
"gpu": ["onnxruntime-gpu"],
|
||||||
},
|
},
|
||||||
version=versioneer.get_version(),
|
version=versioneer.get_version(),
|
||||||
cmdclass=versioneer.get_cmdclass(),
|
cmdclass=versioneer.get_cmdclass(),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user