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 956000e commit 97f0e7fCopy full SHA for 97f0e7f
setup.py
@@ -22,7 +22,7 @@
22
23
# What packages are required for this module to be executed?
24
REQUIRED = ["numpy", "torch", "torchaudio", "julius", "wavaugment", "torch-pitch-shift"]
25
-TEST_REQUIRED = ["pytest"]
+TEST_REQUIRED = ["pytest", "black"]
26
27
# What packages are optional?
28
EXTRAS = {
0 commit comments