Skip to content

Commit

Permalink
cap numpy version for newer pythons
Browse files Browse the repository at this point in the history
  • Loading branch information
ADBond committed Sep 12, 2024
1 parent 72a7122 commit 9a490c6
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 93 deletions.
132 changes: 39 additions & 93 deletions poetry.lock

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

3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ readme = "README.md"
[tool.poetry.dependencies]
python = ">=3.8.0,<4.0.0"
splink = ">=4.0.0"
# get weird clash between pandas and numpy for newer pythons
# not sure why it manifests heree and not in Splink
numpy = {"version" = "<2.0.0", python = ">=3.10"}

chdb = ">=2.0.1"
clickhouse_connect = ">=0.7.0"
Expand Down

0 comments on commit 9a490c6

Please sign in to comment.