Skip to content

Commit

Permalink
feat(jupyter-singleuser): bumps up package versions so hopefully this…
Browse files Browse the repository at this point in the history
… builds
  • Loading branch information
V committed May 24, 2024
1 parent 737099a commit 63288ec
Show file tree
Hide file tree
Showing 6 changed files with 110 additions and 469 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-jupyter-singleuser-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:
paths:
- '.github/workflows/build-jupyter-singleuser-image.yml'
- 'images/jupyter-singleuser/**'
pull_request:
paths:
- '.github/workflows/build-jupyter-singleuser-image.yml'
- 'images/jupyter-singleuser/**'

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
2 changes: 1 addition & 1 deletion images/jupyter-singleuser/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '3.8'
version: '3.9'
# from https://github.com/mikebirdgeneau/jupyterlab-docker/blob/master/docker-compose.yml
services:
jupyterlab:
Expand Down
226 changes: 95 additions & 131 deletions images/jupyter-singleuser/poetry.lock

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions images/jupyter-singleuser/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[tool.poetry]
name = "jupyter-singleuser"
version = "2024.5.23"
version = "2024.5.24"
description = ""
authors = ["Soren Spicknall <[email protected]>"]

[tool.poetry.dependencies]
python = "~3.9"
python = "~3.11"
black = "22.3.0"
intake = "0.6.4"
intake-dcat = "0.4.0"
Expand All @@ -21,7 +21,7 @@ folium = "0.12.1.post1"
branca = "0.4.2"
altair-saver = "0.5.0"
vega = "3.5.0"
pygeos = "0.12.0"
pygeos = "0.14.0"
Rtree = "0.9.7"
openpyxl = "3.0.9"
python-dotenv = "0.19.2"
Expand All @@ -45,8 +45,8 @@ ydata-profiling = {extras = ["notebook"], version = "^4.0.0"}
statsmodels = "<0.13.3 || >0.13.3,<0.13.4 || >0.13.4,<0.13.5 || >0.13.5"
pendulum = "^2.1.2"
numba = "^0.56.4"
calitp-data-analysis = "2024.3.27"
calitp-map-utils = "2023.8.1"
calitp-data-analysis = "2024.5.24"
calitp-map-utils = "2024.5.23"
jupyter-book = "1.0.0"
jupyter-server-proxy = "^4.1.1"

Expand Down
Loading

0 comments on commit 63288ec

Please sign in to comment.