Skip to content

Commit

Permalink
Force Python ceiling to get new NumPy version
Browse files Browse the repository at this point in the history
  • Loading branch information
drhagen committed Oct 14, 2023
1 parent 5111250 commit 5966264
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 33 deletions.
71 changes: 39 additions & 32 deletions poetry.lock

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

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ classifiers = [


[tool.poetry.dependencies]
python = "^3.9"
# Ceiling at 3.12 required by numpy 1.x
python = "^3.9,<3.13"
polars = "^0.19"
numpy = "^1.24"
parsita = "^2.0"
Expand Down

0 comments on commit 5966264

Please sign in to comment.