Update requirements.txt
Browse files- requirements.txt +14 -1
requirements.txt
CHANGED
@@ -1,4 +1,17 @@
|
|
1 |
streamlit==0.89.0
|
2 |
plotly==4.14.3
|
3 |
torch==2.1.0
|
4 |
-
transformers @ git+https://github.com/zekun-li/transformers@geolm
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
streamlit==0.89.0
|
2 |
plotly==4.14.3
|
3 |
torch==2.1.0
|
4 |
+
transformers @ git+https://github.com/zekun-li/transformers@geolm
|
5 |
+
scipy
|
6 |
+
rank_bm25
|
7 |
+
scikit-image
|
8 |
+
geopandas
|
9 |
+
pandas
|
10 |
+
numpy
|
11 |
+
requests==2.26.0
|
12 |
+
folium
|
13 |
+
rasterio
|
14 |
+
streamlit_folium
|
15 |
+
opencv-python
|
16 |
+
torchvision
|
17 |
+
matplotlib
|