From 50f578166f800a606a6d291e3b2386314c5f44d4 Mon Sep 17 00:00:00 2001 From: Balaji Alwar Date: Fri, 7 Jun 2024 19:10:38 -0700 Subject: [PATCH] moving few packages to conda block --- .../dev/images/secondary/environment.yml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/deployments/dev/images/secondary/environment.yml b/deployments/dev/images/secondary/environment.yml index 774816f2a..9ada2bbbd 100644 --- a/deployments/dev/images/secondary/environment.yml +++ b/deployments/dev/images/secondary/environment.yml @@ -49,20 +49,21 @@ dependencies: - voila==0.5.7 # Install myst for generating dashboards - mystmd==1.2.5 -- jupyterlab-myst==2.4.2 +- 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 + - 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