Skip to content

Commit

Permalink
Merge pull request #74 from cal-itp/hotfix-gcsfs-version
Browse files Browse the repository at this point in the history
have to pin fsspec as well
  • Loading branch information
atvaccaro authored Aug 18, 2022
2 parents ba62e9b + 51a1b00 commit 036d5c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

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

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
[tool.poetry]
name = "calitp"
version = "2022.8.18"
version = "2022.8.18.1"
description = "Shared code for the Cal-ITP data codebases"
authors = ["Andrew Vaccaro <[email protected]>"]
license = "GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007"

[tool.poetry.dependencies]
python = ">=3.8,<3.11"
fsspec = "^2022.5.0,!=2022.7.1" # https://github.com/fsspec/gcsfs/issues/486
gcsfs = "^2022.5.0,!=2022.7.1" # https://github.com/fsspec/gcsfs/issues/486
pandas = "^1.3.3"
pandas-gbq = "<0.15.0"
Expand Down

0 comments on commit 036d5c5

Please sign in to comment.