Skip to content

Commit 6e422d2

Browse files
committed
test-versions
1 parent 860da4d commit 6e422d2

File tree

2 files changed

+4
-14
lines changed

2 files changed

+4
-14
lines changed

requirements/requirements.txt

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,9 @@
1-
numpy==1.19.5
1+
numpy==1.20.0
22
matplotlib==3.1.2
33
scipy==1.5.4
44
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==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
9+
pytest==6.2.3

tests/test_classification.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
import pytest
2+
from pyAudioProcessing.extract_features import get_features
3+
from pyAudioProcessing.run_classification import train_and_classify
24

35
def test_classifications():
46
"""

0 commit comments

Comments
 (0)