We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 860da4d commit 6e422d2Copy full SHA for 6e422d2
requirements/requirements.txt
@@ -1,21 +1,9 @@
1
-numpy==1.19.5
+numpy==1.20.0
2
matplotlib==3.1.2
3
scipy==1.5.4
4
scikit-learn==0.24.2
5
simplejson==3.16.0
6
eyed3==0.9.5
7
pydub==0.23.1
8
pyAudioAnalysis==0.2.5
9
-pytest==6.2.3
10
-rsa==4.7
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.4.1
18
-requests==2.25.1
19
-tqdm==4.60.0
20
-pkginfo==1.7.0
21
-keyring==23.0.1
+pytest==6.2.3
tests/test_classification.py
@@ -1,4 +1,6 @@
import pytest
+from pyAudioProcessing.extract_features import get_features
+from pyAudioProcessing.run_classification import train_and_classify
def test_classifications():
"""
0 commit comments