Skip to content

Commit 737099a

Browse files
authored
Merge pull request #3357 from cal-itp/update_calitp_data_analysis
Edits calitp-data-analysis packages versions so it works with python 3.11
2 parents 3bd441a + 01615ec commit 737099a

File tree

3 files changed

+71
-83
lines changed

3 files changed

+71
-83
lines changed

.github/workflows/build-calitp-data-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- uses: actions/checkout@v3
2929
- uses: actions/setup-python@v4
3030
with:
31-
python-version: '3.9'
31+
python-version: '3.11'
3232
- uses: 'google-github-actions/auth@v2'
3333
with:
3434
credentials_json: '${{ secrets.GCP_SA_KEY }}'

packages/calitp-data-analysis/poetry.lock

Lines changed: 67 additions & 80 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/calitp-data-analysis/pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
[tool.poetry]
22
name = "calitp-data-analysis"
3-
version = "2024.5.23"
3+
version = "2024.5.24"
44
description = "Shared code for querying Cal-ITP data in notebooks, primarily."
55
authors = ["Andrew Vaccaro <[email protected]>"]
66

77
[tool.poetry.dependencies]
88
python = "~3.11"
99
ipython = "^8.9.0"
10-
siuba = "^0.4.2"
10+
siuba = "0.4.2"
1111
jinja2 = "^3.1.3"
1212
sqlalchemy-bigquery = "^1.6.1"
13+
sqlalchemy = "1.4.46"
1314
pandas-gbq = "^0.19.1"
1415
pandas = "<2" # keep us below pandas 2.0 since pandas-gbq does not specify, and siuba errors currently
1516
gcsfs = "!=2022.7.1"

0 commit comments

Comments
 (0)