Skip to content

Commit

Permalink
Set a max NumPy version
Browse files Browse the repository at this point in the history
  • Loading branch information
bryant1410 committed Jan 15, 2025
1 parent 561467c commit 09bc018
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 @@ -33,7 +33,7 @@ classifiers = [

requires-python = ">=3.9"
dependencies = [
"numpy>=1.21", # For NumPy Typing.
"numpy>=1.21,<3", # For NumPy Typing.
]

[dependency-groups]
Expand Down

0 comments on commit 09bc018

Please sign in to comment.