Skip to content

Commit

Permalink
add the scipi dependency to api so it can run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanthecoder committed Oct 21, 2024
1 parent 1deaaf1 commit 923c4ba
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
1 change: 1 addition & 0 deletions api/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ opentrons-hardware = { editable = true, path = "./../hardware", extras=["FLEX"]
numpy = "==1.22.3"
packaging = "==21.3"
pyusb = "==1.2.1"
scipy = "==1.8.1"

[dev-packages]
# atomicwrites and colorama are pytest dependencies on windows,
Expand Down
30 changes: 30 additions & 0 deletions api/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 923c4ba

Please sign in to comment.