cleanup
This commit is contained in:
+22
-38
@@ -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 = {"" = "."}
|
||||
|
||||
Reference in New Issue
Block a user