Skip to content

Commit

Permalink
Remove pinning of numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Dec 21, 2024
1 parent 00bdfcd commit cbf7d0d
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 61 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ dependencies = [
"polars>=1.13.0",
"typing-extensions>=4.12.2",
"aio-pika>=9.5.3",
"pydantic>=2.10.3",
"numpy<2.2.1"
"pydantic>=2.10.3"
]

[project.optional-dependencies]
Expand Down
Loading

0 comments on commit cbf7d0d

Please sign in to comment.