Skip to content

Commit

Permalink
get jupyter and dask updated; publish calitp-map-utils to avoid calit…
Browse files Browse the repository at this point in the history
…p-data
  • Loading branch information
atvaccaro committed Aug 1, 2023
1 parent f9c87e0 commit 384a037
Show file tree
Hide file tree
Showing 7 changed files with 1,878 additions and 1,881 deletions.
2 changes: 1 addition & 1 deletion apps/maps/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "calitp_map_utils"
version = "2023.6.6"
version = "2023.8.1"
description = ""
authors = ["Andrew Vaccaro <[email protected]>"]
readme = "README.md"
Expand Down
279 changes: 131 additions & 148 deletions images/dask/requirements.txt

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion images/dask/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2023.3.23
2023.8.1
3,468 changes: 1,741 additions & 1,727 deletions images/jupyter-singleuser/poetry.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions images/jupyter-singleuser/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "jupyter-singleuser"
version = "2023.7.31.1"
version = "2023.8.1"
description = ""
authors = ["Andrew Vaccaro <[email protected]>"]

Expand Down Expand Up @@ -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-map-utils = "2023.6.6"
calitp-data-analysis = "2023.7.31"
calitp-map-utils = "2023.8.1"

[tool.poetry.dev-dependencies]
pytest = "^7.2.0"
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/charts/dask/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ dask:
scheduler:
image:
repository: "ghcr.io/cal-itp/data-infra/dask"
tag: "2023.3.21"
tag: "2023.8.1"
metrics:
enabled: true
serviceAnnotations:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/charts/jupyterhub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jupyterhub:
defaultUrl: "/lab"
image:
name: ghcr.io/cal-itp/data-infra/jupyter-singleuser
tag: 2023.7.31.1
tag: 2023.8.1
memory:
# Much more than 10 and we risk bumping up against the actual capacity of e2-highmem-2
limit: 10G
Expand Down

0 comments on commit 384a037

Please sign in to comment.