Skip to content

Commit

Permalink
Remove upper limits on dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tadejsv authored Jul 12, 2024
1 parent 27c22f8 commit 427248b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ classifiers = [
"Topic :: Scientific/Engineering :: Image Recognition",
]
dependencies = [
"numpy~=1.23",
"scipy~=1.9",
"numba~=0.56",
"numpy>=1.23",
"scipy>=1.9",
"numba>=0.56",
"pyarrow>=10.0"
]
dynamic = ["version"]
Expand Down

0 comments on commit 427248b

Please sign in to comment.