-
-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathrequirements.in
75 lines (59 loc) · 1.2 KB
/
requirements.in
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
# requirements.in
# Pitching
crepe
# machine learning platform (used for crepe)
tensorflow==2.10
# Audio to wavefile (used for crepe)
scipy
# Transcription
#whisperx
git+https://github.com/m-bain/whisperx.git
# Convert numbers to words in multilanguage (Used because of whisper)
num2words
# User imput timeout (used in whisper)
inputimeout
# langcodes for creates the language name from the language code. Used for Ultrastar txt
langcodes
# Version handling (Used in UltraStar txt)
packaging
# Audio analysis
librosa~=0.9.2
# Audio manipulation
pydub
# Audio Separation
demucs
# Ffmpeg wrapper
ffmpeg_python
# Plot engine
matplotlib
# For getting additional song info like cover, genre, year
musicbrainzngs
# For distance calculation (used in musicbrainz_client)
python_Levenshtein
# For midi file handling
pretty_midi
# Convert Unicode to ascii (used for midi)
unidecode
# For text hyphenation
#PyHyphen
PyHyphen-Reloaded
# Progress bar
tqdm
# yt
yt_dlp
# external cleanup tools
## Sort imports
isort
## Code formatter
black
## Code analyser
pylint
# For Tests
pytest
# Musical Analysis and Computational Musicology (Used for sheet)
music21
# Data structure
dataclasses
dataclasses_json
# Array support
numpy<2