Update requirements.txt
Browse files- requirements.txt +17 -16
requirements.txt
CHANGED
|
@@ -1,33 +1,34 @@
|
|
| 1 |
# Core Data Science
|
| 2 |
-
numpy
|
| 3 |
-
pandas
|
| 4 |
-
scikit-learn
|
| 5 |
-
scipy
|
| 6 |
|
| 7 |
# Deep Learning
|
| 8 |
torch
|
| 9 |
|
| 10 |
# Geographic Processing
|
| 11 |
-
geopandas
|
| 12 |
-
osmnx
|
| 13 |
-
folium
|
| 14 |
-
shapely
|
| 15 |
-
geopy
|
| 16 |
|
| 17 |
# Web Scraping (for data collection)
|
| 18 |
selenium
|
| 19 |
|
| 20 |
# Web Interface
|
| 21 |
-
streamlit
|
| 22 |
-
streamlit_folium
|
| 23 |
|
| 24 |
# Utilities
|
| 25 |
-
joblib
|
| 26 |
-
requests
|
| 27 |
-
openpyxl
|
| 28 |
|
| 29 |
# Visualization (for evaluation)
|
| 30 |
matplotlib
|
| 31 |
-
|
| 32 |
-
#huggingface
|
| 33 |
altair
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Core Data Science
|
| 2 |
+
numpy # pip will pick 2.2.x on Py3.10
|
| 3 |
+
pandas
|
| 4 |
+
scikit-learn
|
| 5 |
+
scipy
|
| 6 |
|
| 7 |
# Deep Learning
|
| 8 |
torch
|
| 9 |
|
| 10 |
# Geographic Processing
|
| 11 |
+
geopandas
|
| 12 |
+
osmnx
|
| 13 |
+
folium
|
| 14 |
+
shapely
|
| 15 |
+
geopy
|
| 16 |
|
| 17 |
# Web Scraping (for data collection)
|
| 18 |
selenium
|
| 19 |
|
| 20 |
# Web Interface
|
| 21 |
+
streamlit
|
| 22 |
+
streamlit_folium
|
| 23 |
|
| 24 |
# Utilities
|
| 25 |
+
joblib
|
| 26 |
+
requests
|
| 27 |
+
openpyxl
|
| 28 |
|
| 29 |
# Visualization (for evaluation)
|
| 30 |
matplotlib
|
|
|
|
|
|
|
| 31 |
altair
|
| 32 |
+
|
| 33 |
+
# If you fetch files from HF Datasets/Models:
|
| 34 |
+
huggingface_hub
|