Skip to content

Commit

Permalink
Merge pull request #3357 from cal-itp/update_calitp_data_analysis
Browse files Browse the repository at this point in the history
Edits calitp-data-analysis packages versions so it works with python 3.11
  • Loading branch information
vevetron authored May 24, 2024
2 parents 3bd441a + 01615ec commit 737099a
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 83 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-calitp-data-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.9'
python-version: '3.11'
- uses: 'google-github-actions/auth@v2'
with:
credentials_json: '${{ secrets.GCP_SA_KEY }}'
Expand Down
147 changes: 67 additions & 80 deletions packages/calitp-data-analysis/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions packages/calitp-data-analysis/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
[tool.poetry]
name = "calitp-data-analysis"
version = "2024.5.23"
version = "2024.5.24"
description = "Shared code for querying Cal-ITP data in notebooks, primarily."
authors = ["Andrew Vaccaro <[email protected]>"]

[tool.poetry.dependencies]
python = "~3.11"
ipython = "^8.9.0"
siuba = "^0.4.2"
siuba = "0.4.2"
jinja2 = "^3.1.3"
sqlalchemy-bigquery = "^1.6.1"
sqlalchemy = "1.4.46"
pandas-gbq = "^0.19.1"
pandas = "<2" # keep us below pandas 2.0 since pandas-gbq does not specify, and siuba errors currently
gcsfs = "!=2022.7.1"
Expand Down

0 comments on commit 737099a

Please sign in to comment.