Spaces:
Sleeping
Sleeping
Commit
·
5ec0028
1
Parent(s):
6b9d70a
Add dependencies to requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
numpy==1.21.2
|
2 |
+
pandas==1.3.3
|
3 |
+
scipy==1.7.1
|
4 |
+
scikit-learn==0.24.2
|
5 |
+
matplotlib==3.4.3
|
6 |
+
networkx==2.6.3
|
7 |
+
geopy==2.2.0
|
8 |
+
requests==2.26.0
|
9 |
+
flask==2.0.1
|
10 |
+
gunicorn==20.1.0
|