Skip to content

Commit

Permalink
Merge pull request #113 from kbase/dev_jupyterhub
Browse files Browse the repository at this point in the history
enable claude
  • Loading branch information
Tianhao-Gu authored Oct 28, 2024
2 parents 161bfbb + 0fc4a43 commit 035c7a8
Show file tree
Hide file tree
Showing 3 changed files with 506 additions and 369 deletions.
15 changes: 8 additions & 7 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,25 +6,26 @@ name = "pypi"
[packages]
# JupyterHub and system libraries (e.g., Spark, MinIO, etc.)
jupyterlab= "==4.2.5"
jupyterhub = "==5.2.0"
jupyterhub = "==5.2.1"
jupyterhub-nativeauthenticator = "==1.3.0"
dockerspawner = "==13.0.0"
jupyterlab_favorites = "==3.2.2"
sidecar = "==0.7.0"
json5 = "==0.9.25"
pycurl = "==7.45.3"
pyspark= "==3.5.3"
boto3 = "==1.35.35"
minio = "==7.2.9"
boto3 = "==1.35.48"
minio = "==7.2.10"
delta-spark = "==3.2.0" # should match JAR version (DELTA_SPARK_VER) specified in the Dockerfile
PyMySQL = "==1.1.1"
urllib3 = "==2.2.3"
jupyterlab-git = "==0.50.1"
cdm-jupyterlab-brand-extension = {file = "https://github.com/kbaseincubator/cdm_jupyterlab_brand_extension/raw/main/dist/cdm_jupyterlab_brand_extension-0.1.0-py3-none-any.whl"}

# Jupyter AI libraries
jupyter-ai = "==2.25.0"
jupyter-ai = "==2.26.0"
langchain-openai = "==0.1.25"
langchain-anthropic = "==0.1.23"
huggingface_hub = "==0.26.0"

# Frequently utilized data visualization libraries by the science team
Expand All @@ -33,7 +34,7 @@ tqdm = "==4.66.5"
ipywidgets = "==8.1.5"
pygraphviz = "==1.14"
scipy = "==1.14.1"
scikit-learn = "==1.5.1"
scikit-learn = "==1.5.2"
biopython = "==1.84"
seaborn = "==0.13.2"
pandas = "==2.2.3"
Expand All @@ -42,9 +43,9 @@ itables = "==2.2.2"

[dev-packages]
pytest = "==8.3.3"
coverage = "==7.6.1"
coverage = "==7.6.4"
pytest-cov = "==5.0.0"
ipython = "==8.28.0"
ipython = "==8.29.0"

[requires]
python_version = "3.11"
Loading

0 comments on commit 035c7a8

Please sign in to comment.