Commit 446f8ae4 authored by Deep-unlearning's avatar Deep-unlearning
Browse files

remove unused package and unnecessarily strict package version

parent d3aacf1c
...@@ -12,48 +12,21 @@ license = {text = "MIT"} ...@@ -12,48 +12,21 @@ license = {text = "MIT"}
authors = [{name = "MoonshotAI", email = "contact@moonshot.ai"}] authors = [{name = "MoonshotAI", email = "contact@moonshot.ai"}]
dependencies = [ dependencies = [
# Core ML dependencies "torch",
"torch>=2.0.0", "torchaudio",
"torchaudio>=2.0.0", "flash-attn",
"flash-attn>=2.0.0", "soundfile",
"transformers", "librosa",
"accelerate", "tqdm",
"diffusers", "loguru",
"conformer==0.3.2", "huggingface_hub",
"torchdyn==1.0.6", "transformers",
"librosa", "conformer",
"soundfile", "diffusers",
"sox", "tiktoken",
"openai-whisper", "ninja",
"pandas", "timm",
"jsonlines", "torchdyn"
"datasets",
"huggingface_hub",
"decord",
"blobfile",
"packaging",
"jinja2",
"validators",
"sty",
"colorama",
"omegaconf==2.3.0",
"six>=1.16.0",
"hyperpyyaml",
"pillow",
"sentencepiece",
"easydict",
"fire",
"ujson",
"cairosvg",
"immutabledict",
"rich",
"wget",
"gdown",
"timm",
"sacrebleu==1.5.1",
"tqdm",
"loguru",
"flash-attn"
] ]
[tool.setuptools] [tool.setuptools]
......
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