Skip to content

Commit

Permalink
added some documentation to env
Browse files Browse the repository at this point in the history
  • Loading branch information
tsnow03 committed Jan 25, 2024
1 parent cfd17a5 commit 8c4666c
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,20 +31,20 @@ dependencies:
- code-server~=4.16.1

# Jupyter tools
- bqplot~=0.12.1
- bqplot~=0.12.41 # Not helpful at the moment
- ipython~=8.20.0
- ipywidgets~=8.1.1
- jupyter-ai~=2.9.1
- jupyter-book~=0.15.1
# - jupyter-offlinenotebook~=0.2.2
# - jupyter-collaboration~=2.0.1
# - jupyter-offlinenotebook~=0.2.2 # Outdated accoring to jupyterlab
# - jupyter-collaboration~=2.0.1 # Causing save issues
- jupyterlab-favorites~=3.2.1
- jupyterlab-geojson~=3.4.0
- jupyterlab-git~=0.50.0
- jupyterlab-h5web~=11.1.0
- jupyterlab-myst~=2.1.0
# - jupyterlab-plotly~=5.18.0
- jupyterlab_pygments~=0.3.0
# - jupyterlab-plotly~=5.18.0 # Outdated accoring to jupyterlab
- jupyterlab_pygments~=0.3.0 # To bring extension uptodate
- jupytext~=1.16.1
- nbconvert==6.5.3 #7.14.2
- nbdime~=4.0.1
Expand Down Expand Up @@ -109,6 +109,7 @@ dependencies:
- dask>=2023.12.1
- dask-labextension~=7.0.0
- dask-geopandas~=0.3.1

# Other useful generic python packages
- pillow~=10.2.0 # Python imaging library, useful for many image-related tasks
- pytest==7.2.0
Expand Down

0 comments on commit 8c4666c

Please sign in to comment.