MSU576 commited on
Commit
84fc8d1
·
verified ·
1 Parent(s): 3d6086a

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -13
requirements.txt CHANGED
@@ -1,14 +1,13 @@
1
  streamlit>=1.20.0
2
- sentence-transformers>=2.2.2
3
- faiss-cpu>=1.7.3
4
- groq>=0.4.0
5
- pypdf>=3.0.0
6
- numpy>=1.24.0
7
- pandas>=2.0.0
8
- reportlab>=4.0.0
9
- pillow>=9.0.0
10
- matplotlib>=3.5.0
11
- # Optional / Earth Engine & mapping (only required if you use Locator EE features)
12
- leafmap>=0.19.0
13
- geemap>=0.24.0
14
- earthengine-api>=0.1.325
 
1
  streamlit>=1.20.0
2
+ numpy
3
+ matplotlib
4
+ pillow
5
+ reportlab
6
+ sentence-transformers
7
+ faiss-cpu
8
+ pypdf
9
+ groq
10
+ torch
11
+ torchvision
12
+ geemap
13
+ earthengine-api