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 11, 2023
1 parent a8a38e4 commit e17a0f5
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 30 deletions.
65 changes: 36 additions & 29 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
python = "^3.9,<3.13"
polars = "^0.19"
numpy = "^1.24"
parsita = "^2.0"
Expand Down

0 comments on commit e17a0f5

Please sign in to comment.