Skip to content

Commit

Permalink
moving few packages to conda block
Browse files Browse the repository at this point in the history
  • Loading branch information
balajialg committed Jun 8, 2024
1 parent e68c18e commit 50f5781
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions deployments/dev/images/secondary/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 50f5781

Please sign in to comment.