From 36280727a9f2dc1e9e240464b56c2a1d6fc71a7e Mon Sep 17 00:00:00 2001 From: Balaji Alwar Date: Fri, 7 Jun 2024 19:30:24 -0700 Subject: [PATCH] Reverting changes --- .../dev/images/secondary/environment.yml | 21 ++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/deployments/dev/images/secondary/environment.yml b/deployments/dev/images/secondary/environment.yml index 9ada2bbbd..c1483db3e 100644 --- a/deployments/dev/images/secondary/environment.yml +++ b/deployments/dev/images/secondary/environment.yml @@ -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 \ No newline at end of file