Spaces:
Runtime error
Runtime error
machineuser
commited on
Commit
·
747b851
1
Parent(s):
0449a8e
pip freeze
Browse files- requirements.txt +7 -2
requirements.txt
CHANGED
|
@@ -1,6 +1,9 @@
|
|
| 1 |
-
bokeh==2.0
|
|
|
|
| 2 |
Jinja2==2.11.2
|
|
|
|
| 3 |
MarkupSafe==1.1.1
|
|
|
|
| 4 |
numpy==1.18.4
|
| 5 |
packaging==20.4
|
| 6 |
pandas==1.0.3
|
|
@@ -11,7 +14,9 @@ pytz==2020.1
|
|
| 11 |
PyYAML==5.3.1
|
| 12 |
randomcolor==0.4.4.5
|
| 13 |
scipy==1.4.1
|
|
|
|
|
|
|
| 14 |
six==1.15.0
|
| 15 |
tornado==6.0.4
|
| 16 |
typing-extensions==3.7.4.2
|
| 17 |
-
|
|
|
|
| 1 |
+
bokeh==2.3.0
|
| 2 |
+
cycler==0.10.0
|
| 3 |
Jinja2==2.11.2
|
| 4 |
+
kiwisolver==1.3.1
|
| 5 |
MarkupSafe==1.1.1
|
| 6 |
+
matplotlib==3.4.1
|
| 7 |
numpy==1.18.4
|
| 8 |
packaging==20.4
|
| 9 |
pandas==1.0.3
|
|
|
|
| 14 |
PyYAML==5.3.1
|
| 15 |
randomcolor==0.4.4.5
|
| 16 |
scipy==1.4.1
|
| 17 |
+
seaborn==0.11.1
|
| 18 |
+
Shapely==1.7.1
|
| 19 |
six==1.15.0
|
| 20 |
tornado==6.0.4
|
| 21 |
typing-extensions==3.7.4.2
|
| 22 |
+
virtualenv-clone==0.5.4
|