Skip to content

Commit

Permalink
relax pandas version pin for supernnova
Browse files Browse the repository at this point in the history
  • Loading branch information
troyraen committed Jun 26, 2024
1 parent 674f1f0 commit aeac11a
Show file tree
Hide file tree
Showing 2 changed files with 2 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.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ fastavro = ">=1.7.4"
google-auth-oauthlib = ">=1.0"
google-cloud-bigquery = ">=3.11.2"
google-cloud-pubsub = ">=2.17.1"
pandas = ">=2.0.2"
pandas = ">=1.5" # v1.5.1 required by supernnova v3.0.1
tabulate = ">=0.9"

[tool.poetry.group.docs]
Expand Down

0 comments on commit aeac11a

Please sign in to comment.