-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
34 lines (33 loc) · 772 Bytes
/
pyproject.toml
File metadata and controls
34 lines (33 loc) · 772 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
33
34
[project]
name = "music-recommendation-multimodal"
version = "0.1.0"
description = "MIR Project: Multimodal Classification and Recommendation System."
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"accelerate>=1.12.0",
"dvc>=3.64.0",
"dvc-gdrive>=3.0.1",
"librosa>=0.11.0",
"numpy>=2.2.6",
"pandas>=2.3.3",
"peft>=0.18.0",
"scikit-learn>=1.7.2",
"torch>=2.9.1",
"torchvision>=0.24.1",
"transformers>=4.57.1",
]
[dependency-groups]
dev = [
"dotenv>=0.9.9",
"dvc-gdrive>=3.0.1",
"ipykernel>=7.1.0",
"ipywidgets>=8.1.8",
"matplotlib>=3.10.7",
"ruff>=0.14.5",
"seaborn>=0.13.2",
"sentencepiece>=0.2.1",
"spotipy>=2.25.1",
"tiktoken>=0.12.0",
"transformers>=4.57.1",
]