-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathrequirements.txt
More file actions
61 lines (49 loc) · 965 Bytes
/
requirements.txt
File metadata and controls
61 lines (49 loc) · 965 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# Music Agent Dependencies
# Core framework and agents
smolagents[tools]>=1.20.0
uv>=0.8
# Web interface
gradio>=4.0.0
gradio_pdf>=0.0.22
gradio_client>=0.19.3
# Deep learning frameworks
torch>=2.0.0
torchaudio>=2.0.0
transformers>=4.35.0
diffusers>=0.25.0
accelerate>=0.21.0
bitsandbytes>=0.46.1
# Audio processing and generation
stable-audio-tools>=0.0.19
librosa>=0.10.0
soundfile>=0.12.0
# Music notation and symbolic music
symusic>=0.4.0
music21>=9.1.0
abctoolkit==0.0.6
# Scientific computing
numpy>=1.24.0
pandas>=2.0.0
scipy>=1.11.0
matplotlib>=3.7.0
einops>=0.6.0
# Utilities and parsing
requests>=2.31.0
pyparsing==3.2.1
samplings==0.1.7
# Image and PDF processing
pillow>=10.0.0
PyMuPDF
# Web framework
fastapi>=0.100.0
uvicorn>=0.23.0
pydantic>=2.0.0
aiofiles>=23.0.0
# Hugging Face integration
huggingface-hub>=0.17.0
# Additional utilities
zero
# Quantization packages
bitsandbytes>=0.46.1
compressed-tensors>=0.11.0
# MCP and agent tools