Spaces:
Running
Running
update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -14,12 +14,13 @@ ortools
|
|
| 14 |
numpy==1.26.4
|
| 15 |
scipy==1.14.1
|
| 16 |
|
| 17 |
-
#
|
| 18 |
googlemaps
|
| 19 |
requests
|
| 20 |
|
| 21 |
# Data Processing
|
| 22 |
pandas==2.2.3
|
|
|
|
| 23 |
|
| 24 |
# Visualization
|
| 25 |
plotly==5.24.1
|
|
|
|
| 14 |
numpy==1.26.4
|
| 15 |
scipy==1.14.1
|
| 16 |
|
| 17 |
+
# information API Services
|
| 18 |
googlemaps
|
| 19 |
requests
|
| 20 |
|
| 21 |
# Data Processing
|
| 22 |
pandas==2.2.3
|
| 23 |
+
sqlalchemy>=2.0.20
|
| 24 |
|
| 25 |
# Visualization
|
| 26 |
plotly==5.24.1
|