We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8d2928 commit c569cf9Copy full SHA for c569cf9
.gitignore
@@ -111,3 +111,8 @@ venv.bak/
111
*.zip
112
*.csv
113
*.xlsx
114
+
115
+# ignore random output files from various scripts
116
+/notebooks/button.html
117
+/notebooks/callback.html
118
+/notebooks/plot.png
requirements.txt
@@ -1,7 +1,7 @@
1
# supporting libraries
2
black==19.3b0
3
bokeh==1.4.0
4
-dask[complete]==2.7.0
+dask[complete]==2.8.0
5
holoplot==0.1.0
6
holoviews==1.12.6
7
hvplot==0.5.2
0 commit comments