Skip to content

Commit

Permalink
Reverting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
balajialg committed Jun 8, 2024
1 parent 50f5781 commit 3628072
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions deployments/dev/images/secondary/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,20 +50,27 @@ dependencies:
# Install myst for generating dashboards
- mystmd==1.2.5
- jupyterlab-myst==2.4.2
- ipywidgets==8.1.3
- pytest-notebook==0.10.0
- gh-scoped-creds==4.1
- ydata-profiling==4.8.3
- otter-grader==5.5.0
- python-duckdb==1.0.0
- jupyterhub==5.0.0
#- ipywidgets==8.1.3
#- pytest-notebook==0.10.0
#- gh-scoped-creds==4.1
#- ydata-profiling==4.8.3
#- otter-grader==5.5.0
#- python-duckdb==1.0.0
#- jupyterhub==5.0.0

- 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.5
- 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

0 comments on commit 3628072

Please sign in to comment.