Skip to content

Commit

Permalink
Merge pull request #2 from blooop/dependabot/pip/lib-dependencies-931…
Browse files Browse the repository at this point in the history
…aebcef1

Update numpy requirement from <=1.26.3,>=1.2 to >=1.2,<=1.26.4 in the lib-dependencies group
  • Loading branch information
blooop authored May 7, 2024
2 parents 3b869fa + 1ad3c83 commit cf9cedb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ readme = "README.md"

requires-python = ">=3.10"

dependencies = ["numpy>=1.2,<=1.26.3"]
dependencies = ["numpy>=1.2,<=1.26.4"]

[project.optional-dependencies]
test = [
Expand Down

0 comments on commit cf9cedb

Please sign in to comment.