Update requirements.txt
Browse files- requirements.txt +6 -3
requirements.txt
CHANGED
|
@@ -1,6 +1,9 @@
|
|
| 1 |
-
panel
|
| 2 |
jupyter
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
numpy
|
| 5 |
-
|
| 6 |
aiohttp
|
|
|
|
|
|
|
| 1 |
jupyter
|
| 2 |
+
panel
|
| 3 |
+
hvplot
|
| 4 |
+
holoviews
|
| 5 |
+
bokeh
|
| 6 |
+
pandas
|
| 7 |
numpy
|
| 8 |
+
requests
|
| 9 |
aiohttp
|