Commit 1af8818d authored by Deep-Unlearning's avatar Deep-Unlearning
Browse files

Fix pyproject.toml

parent 2dda7085
...@@ -9,11 +9,8 @@ version = "0.1.0" ...@@ -9,11 +9,8 @@ version = "0.1.0"
description = "Inference library for the Kimi‑Audio foundation model" description = "Inference library for the Kimi‑Audio foundation model"
readme = "README.md" readme = "README.md"
license = {text = "MIT"} license = {text = "MIT"}
authors = [ authors = [{name = "MoonshotAI", email = "contact@moonshot.ai"}]
{name = "MoonshotAI", email = "contact@moonshot.ai"}
]
# Direct dependencies – copied from requirements.txt
dependencies = [ dependencies = [
"torch==2.4.1", "torch==2.4.1",
"torchaudio==2.4.1", "torchaudio==2.4.1",
...@@ -47,7 +44,7 @@ dependencies = [ ...@@ -47,7 +44,7 @@ dependencies = [
"gdown", "gdown",
"datasets", "datasets",
"torchdyn==1.0.6", "torchdyn==1.0.6",
"huggingface_hub "huggingface_hub",
"loguru", "loguru",
"blobfile", "blobfile",
"timm", "timm",
...@@ -61,8 +58,7 @@ include-package-data = true ...@@ -61,8 +58,7 @@ include-package-data = true
[tool.setuptools.packages.find] [tool.setuptools.packages.find]
where = ["."] where = ["."]
include = ["kimia_infer*",] include = ["kimia_infer*"]
[project.urls] [project.urls]
Repository = "https://github.com/MoonshotAI/Kimi-Audio" Repository = "https://github.com/MoonshotAI/Kimi-Audio"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment