Skip to content

Commit

Permalink
Update poetry lock, use numpy <2
Browse files Browse the repository at this point in the history
  • Loading branch information
relf committed Oct 1, 2024
1 parent ddf2bae commit 3230462
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 51 deletions.
106 changes: 57 additions & 49 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ authors = ["Rémi Lafage <[email protected]>"]
packages = [{ include = "egobox", from = "python" }]

[tool.poetry.dependencies]
numpy = ">=1.18"
python = ">=3.8"
numpy = ">=1.18, <2"
python = ">=3.9"

[tool.poetry.dev-dependencies]
pytest = ">=6"

0 comments on commit 3230462

Please sign in to comment.