Skip to content

Commit

Permalink
Merge pull request #61 from kbase/dev_bump_lib
Browse files Browse the repository at this point in the history
dependabot - bump lib version
  • Loading branch information
Tianhao-Gu authored Aug 5, 2024
2 parents e346eae + 2b3a0a2 commit 6f614f8
Show file tree
Hide file tree
Showing 2 changed files with 653 additions and 298 deletions.
13 changes: 7 additions & 6 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,25 @@ verify_ssl = true
name = "pypi"

[packages]
jupyterlab= "==4.2.3"
jupyterlab= "==4.2.4"
pyspark= "==3.5.1"
boto3 = "==1.34.142"
boto3 = "==1.34.152"
minio = "==7.2.7"
delta-spark = "==3.2.0" # should match JAR version (DELTA_SPARK_VER) specified in the Dockerfile
pandas = "==2.2.2"
pyarrow = "==16.1.0"
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"
jupyter-collaboration = "==2.1.1"
jupyter-collaboration = "==2.1.2"
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"}
matplotlib = "==3.9.0" # on the Notebook, the first installation attempt may fail, but the second attempt will succeed.

[dev-packages]
pytest = "==8.2.2"
coverage = "==7.5.4"
pytest = "==8.3.2"
coverage = "==7.6.0"
pytest-cov = "==5.0.0"
ipython = "==8.26.0"

Expand Down
Loading

0 comments on commit 6f614f8

Please sign in to comment.