Skip to content

Commit

Permalink
bumping jupyter core packages, moving some from pip to conda
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneknapp committed Sep 19, 2024
1 parent 588ce54 commit 09506d2
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions deployments/data100/image/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,20 @@ channels:

dependencies:
- python==3.11.*
- git==2.39.1
- jupyter-resource-usage==1.0.0
- jupyterlab==4.0.11
- git==2.46.0
- gh-scoped-creds==4.1
- jupyter-resource-usage==1.1.0
- jupyterhub==4.1.6
- jupyterlab==4.2.5
- jupyterlab-favorites==3.0.0
- jupyterlab_server==2.23.0
- jupyterlab-git==0.50.1
- jupyterlab_server==2.27.3
- jupyterlab_widgets==3.0.8
- jupyter_server==2.7.0
- jupyter_server==2.27.3
# pulled in by ottr, if not pinned to 1.16.2, 1.16.3 causes DH-323
- jupytext==1.16.2
- nbgitpuller==1.2.1
- notebook==7.0.7
- notebook==7.2.2
- folium==0.14.0
- h5netcdf==1.0.2
- ipywidgets==8.0.7
Expand Down Expand Up @@ -47,19 +52,14 @@ dependencies:
- pycountry==22.3.5
- pip
- pip:
# - -r infra-requirements.txt
- ipywidgets==8.0.7
# disable until fixed (probably this: https://github.com/jupyterlab/jupyter-collaboration/issues/162)
# - jupyter_collaboration==1.0.1
- jupyterhub==4.1.6
- nbconvert[webpdf]
# - pyppeteer==2.0.0
- pytest-notebook==0.8.1
- gh-scoped-creds==4.1
- git+https://github.com/shaneknapp/python-popularity-contest.git@add-error-handling
- ydata-profiling==4.6.4
- otter-grader==5.4.0
- duckdb==0.10.1
- duckdb_engine==0.11.2
# pulled in by ottr, if not pinned to 1.16.2, 1.16.3 causes DH-323
- jupytext==1.16.2

0 comments on commit 09506d2

Please sign in to comment.