Skip to content

Commit

Permalink
Fix numpy version
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-dewar committed Nov 26, 2024
1 parent f241715 commit 9137ac5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ authors=[{name="Colin O'Flynn", email="[email protected]"}]
requires-python = ">=3.9"
dependencies = [
"configobj",
"pyserial<=1.26.4",
"numpy",
"pyserial",
"numpy<=1.26.4",
"libusb1",
"ECpy",
"fastdtw",
Expand Down

0 comments on commit 9137ac5

Please sign in to comment.