Skip to content

Commit

Permalink
Merge pull request #76 from kbase/dev_jupyterhub
Browse files Browse the repository at this point in the history
remove sparkmonitor
  • Loading branch information
Tianhao-Gu authored Sep 3, 2024
2 parents abf2812 + 5d42a8e commit 886ab19
Show file tree
Hide file tree
Showing 4 changed files with 605 additions and 274 deletions.
15 changes: 8 additions & 7 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,43 +5,44 @@ name = "pypi"

[packages]
jupyterlab= "==4.2.4"
jupyterhub = "==5.1.0"
oauthenticator = "==16.3.1"
pyspark= "==3.5.2"
boto3 = "==1.35.1"
boto3 = "==1.35.10"
minio = "==7.2.8"
delta-spark = "==3.2.0" # should match JAR version (DELTA_SPARK_VER) specified in the Dockerfile
pandas = "==2.2.2"
pyarrow = "==17.0.0"
sparkmonitor = "==3.0.2"
itables = "==2.1.4"
PyMySQL = "==1.1.1"
urllib3 = "==2.2.2"
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"}

# Frequently utilized scientific libraries by the science team
plotly = "==5.23.0"
plotly = "==5.24.0"
tqdm = "==4.66.5"
ipywidgets = "==8.1.3"
ipywidgets = "==8.1.5"
pygraphviz = "==1.13"
catboost = "==1.2.5"
scipy = "==1.14.1"
scikit-learn = "==1.5.1"
biopython = "==1.84"
seaborn = "==0.13.2"
geopandas = "==1.0.1"
contextily = "==1.6.1"
contextily = "==1.6.2"
dill = "==0.3.8"
folium = "==0.17.0"
geopy = "==2.4.1"
pygeohydro = "==0.17.0"
pynhd = "==0.17.0"
numpy = "==2.1.0"
numpy = "==2.1.1"

[dev-packages]
pytest = "==8.3.2"
coverage = "==7.6.1"
pytest-cov = "==5.0.0"
ipython = "==8.26.0"
ipython = "==8.27.0"

[requires]
python_version = "3.11"
Loading

0 comments on commit 886ab19

Please sign in to comment.