Spaces:
Configuration error
Configuration error
Kangarroar
commited on
Commit
•
70bd43f
1
Parent(s):
5c32205
Update requirements.txt
Browse files- requirements.txt +5 -7
requirements.txt
CHANGED
@@ -69,6 +69,7 @@ pyparsing==3.0.9
|
|
69 |
python-dateutil==2.8.2
|
70 |
pytorch-lightning==1.3.3
|
71 |
PyWavelets==1.4.1
|
|
|
72 |
PyYAML==5.4.1
|
73 |
pyzmq==24.0.1
|
74 |
requests==2.28.1
|
@@ -86,12 +87,11 @@ tensorboard-data-server==0.6.1
|
|
86 |
tensorboard-plugin-wit==1.8.1
|
87 |
threadpoolctl==3.1.0
|
88 |
tifffile==2022.10.10
|
89 |
-
torch==1.12.1
|
90 |
-
torchaudio==0.12.1
|
91 |
torchcrepe==0.0.17
|
92 |
torchmetrics==0.5.0
|
93 |
-
torchvision==0.13.1
|
94 |
-
intel_extension_for_pytorch==1.12.100
|
95 |
tornado==6.2
|
96 |
tqdm==4.64.1
|
97 |
traitlets==5.5.0
|
@@ -102,6 +102,4 @@ webrtcvad==2.0.10
|
|
102 |
Werkzeug==2.2.2
|
103 |
wincertstore==0.2
|
104 |
yarl==1.8.1
|
105 |
-
zipp==3.10.0
|
106 |
-
pyworld
|
107 |
-
streamlit
|
|
|
69 |
python-dateutil==2.8.2
|
70 |
pytorch-lightning==1.3.3
|
71 |
PyWavelets==1.4.1
|
72 |
+
pywin32==304
|
73 |
PyYAML==5.4.1
|
74 |
pyzmq==24.0.1
|
75 |
requests==2.28.1
|
|
|
87 |
tensorboard-plugin-wit==1.8.1
|
88 |
threadpoolctl==3.1.0
|
89 |
tifffile==2022.10.10
|
90 |
+
torch==1.12.1+cu113
|
91 |
+
torchaudio==0.12.1+cu113
|
92 |
torchcrepe==0.0.17
|
93 |
torchmetrics==0.5.0
|
94 |
+
torchvision==0.13.1+cu113
|
|
|
95 |
tornado==6.2
|
96 |
tqdm==4.64.1
|
97 |
traitlets==5.5.0
|
|
|
102 |
Werkzeug==2.2.2
|
103 |
wincertstore==0.2
|
104 |
yarl==1.8.1
|
105 |
+
zipp==3.10.0
|
|
|
|