Skip to content

Commit

Permalink
Bump jupyterlab from 3.6.6 to 4.0.10
Browse files Browse the repository at this point in the history
Bumps [jupyterlab](https://github.com/jupyterlab/jupyterlab) from 3.6.6 to 4.0.10.
- [Release notes](https://github.com/jupyterlab/jupyterlab/releases)
- [Changelog](https://github.com/jupyterlab/jupyterlab/blob/main/CHANGELOG.md)
- [Commits](jupyterlab/jupyterlab@v3.6.6...v4.0.10)

Also bumped jupyterlab-myst from 1.1.0 to 2.1.0, geemap from 0.24.4 to 0.30.0, and dask from 2022.11.0 to 2023.12.1.
  • Loading branch information
weiji14 committed Jan 4, 2024
1 parent bc688cb commit e10bc83
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
- nbgitpuller==1.1.1
# Specify major version of jupyterlab to use. Manually bump it when you want to upgrade
# jupyterlab version
- jupyterlab>=3.0,<4.0
- jupyterlab>=4.0,<4.1
# This provides memory usage stats on JupyterLab and classic notebook
- jupyter-resource-usage==0.7.1
# https://syncthing.net/ provides a dropbox-like interface for syncing directories across users,
Expand All @@ -38,7 +38,7 @@ dependencies:
- jupyterlab-favorites==3.1.0
- jupyterlab-geojson==3.3.1
- jupyterlab-git==0.41.0
- jupyterlab-myst==1.1.0
- jupyterlab-myst~=2.1.0
- jupyter-book~=0.15.1
- jupytext==1.14.1
- nbconvert==6.5.3
Expand Down Expand Up @@ -68,7 +68,7 @@ dependencies:
- matplotlib~=3.8.0
- plotly==5.11.0
- seaborn==0.12.1 # statistical plotting with matplotlib
- geemap~=0.24.4
- geemap~=0.30.0

# Geospatial data packages
- geopandas~=0.13.2
Expand Down Expand Up @@ -101,7 +101,7 @@ dependencies:
- gcsfs>=2023.5.0

# Distributed computing
- dask==2022.11.0
- dask>=2023.12.1
- dask-labextension==6.0.0
- dask-geopandas~=0.3.1

Expand Down

0 comments on commit e10bc83

Please sign in to comment.