Skip to content

Commit

Permalink
switch to numpy>=1.24.0 to support Python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
falkoschindler committed Jul 14, 2023
1 parent 3b81379 commit ae7c9e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ pandas = [
]
secure = "^0.3.0"
webdriver-manager = "^3.8.6"
numpy = "^1.25.0"
numpy = ">=1.24.0"

[build-system]
requires = [
Expand Down

0 comments on commit ae7c9e4

Please sign in to comment.