Create requirements.txt
Browse files- requirements.txt +12 -0
requirements.txt
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
bokeh==3.3.4
|
2 |
+
Cartopy==0.22.0
|
3 |
+
geoviews==1.11.0
|
4 |
+
gradio==5.13.0
|
5 |
+
lhotse==1.19.2
|
6 |
+
pydub==0.25.1
|
7 |
+
torch==2.1.2
|
8 |
+
transformers==4.37.1
|
9 |
+
selenium==4.0.0
|
10 |
+
numpy<2
|
11 |
+
gdown
|
12 |
+
torchaudio
|