Spaces:
Paused
Paused
Delete pyproject.toml
Browse files- pyproject.toml +0 -52
pyproject.toml
DELETED
|
@@ -1,52 +0,0 @@
|
|
| 1 |
-
[build-system]
|
| 2 |
-
requires = ["hatchling"]
|
| 3 |
-
build-backend = "hatchling.build"
|
| 4 |
-
|
| 5 |
-
[tool.hatch.metadata]
|
| 6 |
-
allow-direct-references = true
|
| 7 |
-
|
| 8 |
-
[tool.yapf]
|
| 9 |
-
based_on_style = "pep8"
|
| 10 |
-
indent_width = 4
|
| 11 |
-
column_limit = 100
|
| 12 |
-
|
| 13 |
-
[project]
|
| 14 |
-
name = "mmaudio"
|
| 15 |
-
version = "1.0.0"
|
| 16 |
-
authors = [{ name = "Rex Cheng", email = "hkchengrex@gmail.com" }]
|
| 17 |
-
description = ""
|
| 18 |
-
readme = "README.md"
|
| 19 |
-
requires-python = ">=3.9"
|
| 20 |
-
classifiers = [
|
| 21 |
-
"Programming Language :: Python :: 3",
|
| 22 |
-
"Operating System :: OS Independent",
|
| 23 |
-
]
|
| 24 |
-
dependencies = [
|
| 25 |
-
'torch >= 2.5.1',
|
| 26 |
-
'python-dotenv',
|
| 27 |
-
'cython',
|
| 28 |
-
'gitpython >= 3.1',
|
| 29 |
-
'tensorboard >= 2.11',
|
| 30 |
-
'numpy >= 1.21, <2.1',
|
| 31 |
-
'Pillow >= 9.5',
|
| 32 |
-
'opencv-python >= 4.8',
|
| 33 |
-
'scipy >= 1.7',
|
| 34 |
-
'tqdm >= 4.66.1',
|
| 35 |
-
'gradio >= 3.34',
|
| 36 |
-
'einops >= 0.6',
|
| 37 |
-
'hydra-core >= 1.3.2',
|
| 38 |
-
'requests',
|
| 39 |
-
'torchdiffeq',
|
| 40 |
-
'librosa >= 0.8.1',
|
| 41 |
-
'nitrous-ema',
|
| 42 |
-
'safetensors',
|
| 43 |
-
'auraloss',
|
| 44 |
-
'hydra_colorlog',
|
| 45 |
-
'tensordict',
|
| 46 |
-
'colorlog',
|
| 47 |
-
'open_clip_torch',
|
| 48 |
-
'soundfile',
|
| 49 |
-
]
|
| 50 |
-
|
| 51 |
-
[tool.hatch.build.targets.wheel]
|
| 52 |
-
packages = ["mmaudio"]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|