Skip to content

Commit

Permalink
help numpy versions for python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ADBond committed Sep 12, 2024
1 parent 9a490c6 commit a73ae05
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 2 deletions.
39 changes: 38 additions & 1 deletion poetry.lock

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

5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ 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"}
numpy = [
{"version" = ">1.17.3", python = "<3.9"},
{"version" = "<2.0.0", python = ">=3.10"}
]

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

0 comments on commit a73ae05

Please sign in to comment.