diff --git a/pyproject.toml b/pyproject.toml index 61417ae8..417c974a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -82,9 +82,6 @@ classifiers = [ "Programming Language :: Python :: 3.12", ] dependencies = [ - "torch==2.7.0", - "torchvision==0.22.0", - "torchmetrics[image]==1.7.4", "requests>=2.31.0", "transformers", "pytorch-lightning", @@ -111,7 +108,6 @@ dependencies = [ "optimum-quanto>=0.2.5", "optimum", "ctranslate2==4.6.0", - "whisper-s2t==1.3.1", "hqq==0.2.7.post1", "torchao", "llmcompressor",