Update setup.py
Browse files
setup.py
CHANGED
@@ -28,8 +28,7 @@ setup(
|
|
28 |
"typeguard==4.2.0",
|
29 |
"soundfile",
|
30 |
"librosa",
|
31 |
-
"numpy"
|
32 |
-
"git+https://github.com/One-sixth/fairseq.git"
|
33 |
],
|
34 |
include_package_data=True,
|
35 |
extras_require={"all": [
|
|
|
28 |
"typeguard==4.2.0",
|
29 |
"soundfile",
|
30 |
"librosa",
|
31 |
+
"numpy"
|
|
|
32 |
],
|
33 |
include_package_data=True,
|
34 |
extras_require={"all": [
|