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

Fix dependency conflict: downgrade SQLAlchemy for Snowflake compatibility

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -3
requirements.txt CHANGED
@@ -1,4 +1,4 @@
1
- streamlit
2
  pandas==2.1.3
3
  numpy==1.25.2
4
  scikit-learn==1.3.2
@@ -6,13 +6,12 @@ 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
 
1
+ streamlit==1.28.1
2
  pandas==2.1.3
3
  numpy==1.25.2
4
  scikit-learn==1.3.2
 
6
  requests==2.31.0
7
  fastapi==0.104.1
8
  uvicorn==0.24.0
 
9
  plotly==5.17.0
10
  geopy==2.4.0
11
  python-dotenv==1.0.0
12
  networkx>=2.8
13
  openrouteservice==2.3.3
14
+ sqlalchemy==1.4.46
15
  pydantic==2.5.0
16
  folium==0.15.0
17
  streamlit-folium==0.15.0