Skip to content

Commit

Permalink
use numpy 1.26
Browse files Browse the repository at this point in the history
  • Loading branch information
tosh2230 committed Oct 26, 2024
1 parent c0f93b1 commit 1079887
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 48 deletions.
85 changes: 38 additions & 47 deletions 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 @@ -25,7 +25,7 @@ dbt-core = { version = ">=1.8", optional = true }
google-cloud-bigquery = { version = ">=3.0", optional = true }
google-cloud-storage = { version = ">=2.0", optional = true }
numpy = [
{ version = ">=1.26", python = ">=3.9", optional = true },
{ version = "<2.0, >=1.26", python = ">=3.9", optional = true },
{ version = "<1.25", python = "=3.8", optional = true }
]
protobuf = { version = ">=3.20.2", optional = true }
Expand Down

0 comments on commit 1079887

Please sign in to comment.