This commit is contained in:
pq-yang
2026-03-16 06:45:38 +00:00
parent 12eeaa10fc
commit 49a4b36032
3 changed files with 59 additions and 83 deletions
+22 -38
View File
@@ -22,54 +22,35 @@ classifiers = [
"Operating System :: OS Independent",
]
dependencies = [
'cython',
'gitpython >= 3.1',
'thinplate@git+https://github.com/cheind/py-thin-plate-spline',
'hickle >= 5.0',
'tensorboard >= 2.11',
'numpy >= 1.21',
'Pillow >= 9.5',
'opencv-python >= 4.8',
'scipy >= 1.7',
'pycocotools >= 2.0.7',
'tqdm >= 4.66.1',
'gradio >= 3.34',
'gdown >= 4.7.1',
'einops >= 0.6',
'hydra-core >= 1.3.2',
'requests',
'imageio >= 2.25.0',
'imageio[ffmpeg]',
'huggingface_hub >= 0.25.0',
'safetensors',
'kornia',
'PySide6 >= 6.2.0',
'charset-normalizer >= 3.1.0',
'netifaces >= 0.11.0',
'cchardet >= 2.1.7',
'easydict',
'torch',
'torchvision',
'typer >= 0.9.0',
"av>=16.1.0",
]
[project.optional-dependencies]
dev = [
'cython',
'gitpython >= 3.1',
'thinplate@git+https://github.com/cheind/py-thin-plate-spline',
'hickle >= 5.0',
'tensorboard >= 2.11',
'pycocotools >= 2.0.7',
'gdown >= 4.7.1',
'xlsxwriter',
]
gui = [
'gradio >= 6.9.0',
'PySide6 >= 6.2.0',
'av >= 0.5.2',
'requests',
'pyqtdarktheme',
]
all = [
'cython',
'gitpython >= 3.1',
'thinplate@git+https://github.com/cheind/py-thin-plate-spline',
'hickle >= 5.0',
'tensorboard >= 2.11',
'pycocotools >= 2.0.7',
'gdown >= 4.7.1',
'imageio == 2.25.0',
'imageio[ffmpeg]',
'huggingface_hub == 0.36.2',
'safetensors',
'xlsxwriter',
'gradio >= 6.9.0',
'PySide6 >= 6.2.0',
'pyqtdarktheme',
'kornia',
]
[project.scripts]
@@ -104,3 +85,6 @@ torchvision = { index = "pytorch-cu128" }
[project.urls]
"Homepage" = "https://github.com/pq-yang/MatAnyone2"
"Bug Tracker" = "https://github.com/pq-yang/MatAnyone2/issues"
[tool.setuptools]
package-dir = {"" = "."}