Spaces:
Running
Running
alessandro trinca tornidor
commited on
Commit
•
6468ecf
1
Parent(s):
816eece
chore: bump dependencies to support python 3.10, torch==1.13.1
Browse files- requirements.txt +10 -6
requirements.txt
CHANGED
@@ -1,9 +1,10 @@
|
|
1 |
-
-f https://download.pytorch.org/whl/torch_stable.html
|
2 |
-
torch==1.
|
3 |
-
torchaudio==0.
|
4 |
-
soundfile==0.
|
5 |
omegaconf
|
6 |
-
epitran==1.
|
|
|
7 |
audioread
|
8 |
requests
|
9 |
dtwalign
|
@@ -15,4 +16,7 @@ pickle-mixin
|
|
15 |
sqlalchemy
|
16 |
transformers
|
17 |
sentencepiece
|
18 |
-
ortools==9.
|
|
|
|
|
|
|
|
1 |
+
# -f https://download.pytorch.org/whl/torch_stable.html
|
2 |
+
torch==1.13.1
|
3 |
+
torchaudio==0.13.1
|
4 |
+
soundfile==0.12.1
|
5 |
omegaconf
|
6 |
+
epitran==1.25.1
|
7 |
+
epitran
|
8 |
audioread
|
9 |
requests
|
10 |
dtwalign
|
|
|
16 |
sqlalchemy
|
17 |
transformers
|
18 |
sentencepiece
|
19 |
+
ortools==9.11.4210
|
20 |
+
ortools
|
21 |
+
structlog
|
22 |
+
python-dotenv
|