Skip to content

Commit

Permalink
Add additional numpy block for python 3.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
varunmittal91 committed Oct 19, 2023
1 parent 05e52ab commit b6b72fd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@ requests = "*"
pandera = { git = "https://github.com/unionai-oss/pandera", branch = "main" }

# for Python 3.12, force higher version of numpy
numpy = {version = "^1.26", python = "~3.12"}
numpy = [
{version = "~1.24", python = "~3.8"},
{version = "~1.26", python = "~3.12"}
]

[tool.poetry.group.dev.dependencies]
black = { extras = ["d"], version = "^23.7.0" }
Expand Down

0 comments on commit b6b72fd

Please sign in to comment.