Zayeemk commited on
Commit
dd87d78
·
1 Parent(s): fe8e934

Add requirements for Streamlit app

Browse files
Files changed (1) hide show
  1. requirements.txt +24 -0
requirements.txt ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ streamlit
2
+ pandas==2.1.3
3
+ numpy==1.25.2
4
+ scikit-learn==1.3.2
5
+ xgboost>=1.6.0
6
+ requests==2.31.0
7
+ fastapi==0.104.1
8
+ uvicorn==0.24.0
9
+ streamlit==1.28.1
10
+ plotly==5.17.0
11
+ geopy==2.4.0
12
+ python-dotenv==1.0.0
13
+ networkx>=2.8
14
+ openrouteservice==2.3.3
15
+ sqlalchemy==2.0.23
16
+ pydantic==2.5.0
17
+ folium==0.15.0
18
+ streamlit-folium==0.15.0
19
+ reportlab==4.0.7
20
+ openpyxl==3.1.2
21
+ psycopg2-binary==2.9.9
22
+ redis==5.0.1
23
+ snowflake-connector-python==3.6.0
24
+ snowflake-sqlalchemy==1.5.1