Skip to content

Commit

Permalink
Reverts bottleneck pin
Browse files Browse the repository at this point in the history
  • Loading branch information
w-martin committed Oct 6, 2024
1 parent ab52434 commit 1c934ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ packages = [{ include = "pandandic", from = "src" }]
[tool.poetry.dependencies]
python = "^3.9"
pandas = "^1.2"
bottleneck = ">=1.4.0" # pin for pandas = "<2.2.2" & numpy >=2.0.0 issue, affecting 3.9<=python<=3.12
numpy = ">=1.21.0,<2.0" # resolved with pandas = "<2.2.2", to be supported in future release
typing_extensions = { version = "^4", python = "<3.11" }
pyarrow = { version = ">=14.0.1", optional = true } # https://github.com/advisories/GHSA-5wvp-7f3h-6wmm
pandavro = { version = "^1.7.1", optional = true }
Expand Down

0 comments on commit 1c934ae

Please sign in to comment.