Skip to content

Commit

Permalink
Merge pull request #1 from consideRatio/pr/update-image
Browse files Browse the repository at this point in the history
Install jupyter-server-proxy and aiohttp via conda-forge
  • Loading branch information
nmearl authored Mar 21, 2024
2 parents 294205f + 01afac3 commit 6bc09a4
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ channels:
- conda-forge

dependencies:
- aiohttp
- jupyter_contrib_nbextensions
- jupyter-server-proxy
- jupyterhub-singleuser
- python=3.10
- nbgitpuller
Expand All @@ -17,6 +19,6 @@ dependencies:
- scikit-image
- h5py
- openblas
- pip:
- jupyter-server-proxy @ git+https://github.com/jupyterhub/jupyter-server-proxy.git
- aiohttp
# - pip:
# - some-package-that-can-only-be-installed-with-pip
#

0 comments on commit 6bc09a4

Please sign in to comment.