Skip to content

Commit

Permalink
Merge pull request #199 from GeoscienceAustralia/upgrade-matplotlib
Browse files Browse the repository at this point in the history
Upgrade jupyter + plotting libraries
  • Loading branch information
NikitaGandhi authored Sep 29, 2021
2 parents ecab6af + 772f3f0 commit ec30546
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions docker/constraints-jupyter.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ ipywidgets==7.6.3
isort==5.9.3
line-profiler==3.3.0
nbdime==3.1.0
nbgitpuller==0.10.1
nbgitpuller==1.0.2
# nbresuse==0.4.0
mypy==0.910
prompt-toolkit==3.0.19 # because of line_profiler/ipython
Expand All @@ -43,9 +43,9 @@ parso==0.8.2
# jupyter + matplotlib
# matplotlib itself is in requirements.txt as it's pulled in by other libs there
folium==0.12.1
ipympl==0.7.0
ipympl==0.8.0
graphviz==0.17
plotly==5.2.1
plotly==5.3.1
pydotplus==2.0.2

# jupyter + bokeh
Expand Down
4 changes: 2 additions & 2 deletions docker/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ zarr==2.8.3
### plotting
bokeh==2.3.3
descartes==1.1.0
matplotlib==3.2.1
seaborn==0.11.1
matplotlib==3.4.3
seaborn==0.11.2

# Geo stack
cligj==0.7.2
Expand Down
6 changes: 3 additions & 3 deletions docker/requirements-jupyter.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ipywidgets==7.6.3
isort==5.9.3
line-profiler==3.3.0
nbdime==3.1.0
nbgitpuller==0.10.1
nbgitpuller==1.0.2
# nbresuse==0.4.0
mypy==0.910
prompt-toolkit==3.0.19 # because of line_profiler/ipython
Expand All @@ -46,9 +46,9 @@ parso==0.8.2
# jupyter + matplotlib
# matplotlib itself is in requirements.txt as it's pulled in by other libs there
folium==0.12.1
ipympl==0.7.0
ipympl==0.8.0
graphviz==0.17
plotly==5.2.1
plotly==5.3.1
pydotplus==2.0.2

# jupyter + bokeh
Expand Down
2 changes: 1 addition & 1 deletion docker/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ xgboost # used by Dale's s2cloudmask
xarray
zarr
### plotting
bokeh
bokeh==2.3.3 # due to tensorflow/typing-extensions
descartes
matplotlib
seaborn
Expand Down

0 comments on commit ec30546

Please sign in to comment.