Skip to content

Commit c569cf9

Browse files
committed
update dask; ignore a few specific temp files
1 parent f8d2928 commit c569cf9

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.gitignore

+5
Original file line numberDiff line numberDiff line change
@@ -111,3 +111,8 @@ venv.bak/
111111
*.zip
112112
*.csv
113113
*.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-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# supporting libraries
22
black==19.3b0
33
bokeh==1.4.0
4-
dask[complete]==2.7.0
4+
dask[complete]==2.8.0
55
holoplot==0.1.0
66
holoviews==1.12.6
77
hvplot==0.5.2

0 commit comments

Comments
 (0)