-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPipfile
More file actions
48 lines (43 loc) · 822 Bytes
/
Copy pathPipfile
File metadata and controls
48 lines (43 loc) · 822 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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[dev-packages]
black = "*"
pytest = "*"
[packages]
soundfile = "*"
logme = "*"
musdb = "*"
"boto3" = "*"
requests = "*"
tqdm = "*"
scipy = "*"
torch = "*"
"pyqt5" = "*"
matplotlib = "*"
ipykernel = "*"
vusic = {editable = true, path = "."}
botocore = "*"
librosa = "*"
ffprobe = "*"
sounddevice = "*"
protobuf-to-dict = "*"
black = "*"
mir-eval = "*"
tensorboardx = "*"
ffmpy = "*"
numpy = "*"
mido = "*"
pillow = "*"
torchvision = "*"
[requires]
python_version = "3.6"
[pipenv]
allow_prereleases = true
[scripts]
format = "pipenv run black ."
check = "pipenv run black --check ."
test = "pipenv run pytest"
train-separation = "python vusic/separation/scripts/training.py"
train-transcription = "python vusic/transcription/training/train.py"