-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrequirements.txt
82 lines (81 loc) · 1.33 KB
/
requirements.txt
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
76
77
78
79
80
81
82
torch
torchvision
numpy
pandas
wandb
sklearn
tqdm
argparse
matplotlib
librosa
scipy
# appdirs==1.4.3
# audioread==2.1.9
# CacheControl==0.12.6
# certifi==2019.11.28
# cffi==1.14.4
# chardet==3.0.4
# click==7.1.2
# colorama==0.4.3
# configparser==5.0.1
# contextlib2==0.6.0
# cycler==0.10.0
# dataclasses==0.6
# decorator==4.4.2
# distlib==0.3.0
# distro==1.4.0
# docker-pycreds==0.4.0
# future==0.18.2
# gitdb==4.0.5
# GitPython==3.1.11
# html5lib==1.0.1
# idna==2.8
# ipaddr==2.2.0
# joblib==0.17.0
# kiwisolver==1.3.1
# librosa==0.8.0
# llvmlite==0.35.0
# lockfile==0.12.2
# matplotlib==3.3.3
# msgpack==0.6.2
# numba==0.52.0
# numpy==1.19.4
# packaging==20.3
# pandas==1.1.4
# pathtools==0.1.2
# pep517==0.8.2
# Pillow==8.0.1
# playsound==1.2.2
# pooch==1.3.0
# progress==1.5
# promise==2.3
# protobuf==3.14.0
# psutil==5.7.3
# pycparser==2.20
# pyparsing==2.4.6
# python-dateutil==2.8.1
# pytoml==0.1.21
# pytz==2020.4
# PyYAML==5.3.1
# requests==2.22.0
# resampy==0.2.2
# retrying==1.3.3
# scikit-learn==0.23.2
# scipy==1.5.4
# sentry-sdk==0.19.4
# shortuuid==1.0.1
# simpleaudio==1.0.4
# six==1.14.0
# sklearn==0.0
# smmap==3.0.4
# SoundFile==0.10.3.post1
# subprocess32==3.5.4
# threadpoolctl==2.1.0
# torch==1.7.0
# torchvision==0.8.1
# tqdm==4.54.1
# typing-extensions==3.7.4.3
# urllib3==1.25.8
# wandb==0.10.12
# watchdog==0.10.4
# webencodings==0.5.1