Skip to content

Commit

Permalink
add numpy and scipi
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanthecoder committed Oct 21, 2024
1 parent eedbb73 commit 9df2de1
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 0 deletions.
2 changes: 2 additions & 0 deletions shared-data/python/Config.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ config BR2_PACKAGE_PYTHON_OPENTRONS_SHARED_DATA
depends on BR2_PACKAGE_PYTHON3
select BR2_PACKAGE_PYTHON_JSONSCHEMA # runtime
select BR2_PACKAGE_PYTHON_TYPING_EXTENSIONS # runtime
select BR2_PACKAGE_PYTHON_SCIPI # runtime
select BR2_PACKAGE_PYTHON_NUMPY # runtime

help
Opentrons data sources. Used on an OT-2 robot.
Expand Down
2 changes: 2 additions & 0 deletions shared-data/python/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,5 @@ pytest-clarity = "~=1.0.0"
opentrons-shared-data = { editable = true, path = "." }
jsonschema = "==4.21.1"
pydantic = "==1.10.12"
scipy = "==1.8.1"
numpy = "==1.22.3"
57 changes: 57 additions & 0 deletions shared-data/python/Pipfile.lock

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

0 comments on commit 9df2de1

Please sign in to comment.