forked from ArthurGaleev/AVSS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
32 lines (32 loc) · 724 Bytes
/
Copy pathpyproject.toml
File metadata and controls
32 lines (32 loc) · 724 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[project]
name = "avss"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = "==3.13.7"
dependencies = [
"black==25.9.0",
"click>=8.3.1",
"comet-ml==3.54.0",
"dotenv==0.9.9",
"gdown>=5.2.0",
"hydra-core==1.3.2",
"isort==7.0.0",
"kaggle==1.7.4.5",
"matplotlib==3.10.7",
"matplotlib-inline>=0.2.1",
"numpy==2.3.4",
"pandas==2.3.3",
"pesq>=0.0.4",
"pre-commit==4.3.0",
"pystoi==0.4.1",
"soundfile==0.13.1",
"sru[cuda]>=2.6.0",
"torch==2.8.0",
"torch-audiomentations==0.12.0",
"torchaudio==2.8.0",
"torchmetrics[audio]>=1.8.2",
"torchvision==0.23.0",
"tqdm==4.67.1",
"wandb==0.22.3",
]