Skip to content

Commit

Permalink
Limited version of numpy to < 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ckunki committed Jul 2, 2024
1 parent fd6a7e3 commit b90432f
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 47 deletions.
85 changes: 38 additions & 47 deletions poetry.lock

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

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ humanfriendly = "^10.0"
tenacity = "^8.2.3"
pygithub = "^2.2.0"
importlib-metadata = "^7.0.1"
numpy = "<2.0.0" # limit dependencies of cfn-lint

[tool.poetry.group.dev.dependencies]
pytest-check-links = "^0.10.1" # was "^0.9.0"
Expand Down

0 comments on commit b90432f

Please sign in to comment.