Skip to content

Commit e10c805

Browse files
committed
Update requirements for python 3.8+ compatibility
1 parent 5133c03 commit e10c805

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

requirements/requirements.txt

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,21 @@
1-
numpy==1.16.4
1+
numpy==1.20.2
22
matplotlib==3.1.2
3-
scipy==1.3.0
4-
scikit-learn==0.21.2
3+
scipy==1.6.3
4+
scikit-learn==0.24.2
55
simplejson==3.16.0
66
eyed3==0.9.5
77
pydub==0.23.1
88
pyAudioAnalysis==0.2.5
9-
pytest>=5.4.2
9+
pytest==6.2.3
10+
rsa==3.4.2
11+
bleach==3.3.0
12+
docutils==0.17.1
13+
Pygments==2.8.1
14+
jmespath==0.9.5
15+
urllib3==1.26.4
16+
colorama==0.4.3
17+
PyYAML==5.3
18+
requests==2.25.1
19+
tqdm==4.60.0
20+
pkginfo==1.7.0
21+
keyring==23.0.1

0 commit comments

Comments
 (0)