Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
iameskild committed Aug 22, 2023
1 parent 4baa586 commit a62e399
Showing 1 changed file with 1 addition and 28 deletions.
29 changes: 1 addition & 28 deletions jupyterhub/environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,40 +4,13 @@ channels:
dependencies:
- pip==21.1.2
- jupyterhub==3.1.1
- jupyterhub-kubespawner==4.2.0# ==1.1.0
- jupyterhub-kubespawner==4.2.0
- oauthenticator==15.1.0
- escapism==1.0.1
- python-kubernetes
- kubernetes_asyncio
# - cdsdashboards==0.6.3
- jupyterhub-idle-culler==1.2.1
- sqlalchemy==1.4.46
- pip:
- nebari-jupyterhub-theme
- python-keycloak==0.26.1

# from Z2JH chart hub image
# > pip freeze | grep -iE 'pip|jupy|oauth|escap|cds|sqlalch|keycloak'
# escapism==1.0.1
# jupyter-telemetry==0.1.0
# jupyterhub==3.0.0
# jupyterhub-firstuseauthenticator==1.0.0
# jupyterhub-hmacauthenticator==1.0
# jupyterhub-idle-culler==1.2.1
# jupyterhub-kubespawner==4.2.0
# jupyterhub-ldapauthenticator==1.3.2
# jupyterhub-ltiauthenticator==1.2.0
# jupyterhub-nativeauthenticator==1.1.0
# jupyterhub-tmpauthenticator==0.6
# sqlalchemy-cockroachdb==1.4.3
# oauthenticator==15.1.0
# SQLAlchemy==1.4.41


# from conda install "jupyterhub=3" in a fresh env on 2023/06/29
# > conda list | grep -E 'pip|jupy|oauth|escap|cds|sqlalch|keycloak'
# jupyter_telemetry 0.1.0 pyhd8ed1ab_1 conda-forge
# jupyterhub 3.1.1 pyh2a2186d_0 conda-forge
# jupyterhub-base 3.1.1 pyh2a2186d_0 conda-forge
# pip 23.1.2 pyhd8ed1ab_0 conda-forge
# sqlalchemy 2.0.17 py311h459d7ec_0 conda-forge

0 comments on commit a62e399

Please sign in to comment.