Skip to content

Commit

Permalink
bump lib version
Browse files Browse the repository at this point in the history
  • Loading branch information
Tianhao-Gu committed Aug 5, 2024
1 parent e346eae commit 2e3dd44
Show file tree
Hide file tree
Showing 2 changed files with 307 additions and 299 deletions.
12 changes: 6 additions & 6 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,24 @@ 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"}

[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 2e3dd44

Please sign in to comment.