File size: 617 Bytes
eca55dc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
[project]
name = "audio-embeddings"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
    "hydra-colorlog>=1.2.0",
    "hydra-core>=1.3.2",
    "hydra-optuna-sweeper>=1.2.0",
    "lightning>=2.5.6",
    "pre-commit>=4.4.0",
    "rich>=14.2.0",
    "rootutils>=1.0.7",
    "torch>=2.9.1",
    "torchaudio>=2.9.1",
    "torchmetrics>=1.8.2",
    "wandb>=0.23.0",
    "h5py>=3.10.0",
    "pandas>=2.2.0",
    "einops>=0.7.0",
    "timm>=0.9.0",
    "matplotlib>=3.10.7",
    "soundfile>=0.13.1",
    "pyarrow>=23.0.0",
    "torchcodec>=0.10",
]