Skip to content

Commit

Permalink
fixup: revert narrowing of API numpy dep
Browse files Browse the repository at this point in the history
  • Loading branch information
mcous committed Apr 4, 2022
1 parent 89450d1 commit 6e92e1c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion api/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def get_version():
"aionotify==0.2.0",
"anyio==3.3.0",
"jsonschema==3.0.2",
"numpy>=1.21.2,<2",
"numpy>=1.15.1,<2",
"pydantic==1.8.2",
"pyserial==3.5",
"typing-extensions>=4.0.0,<5",
Expand Down
3 changes: 3 additions & 0 deletions robot-server/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ wsproto = "==1.0.0"
systemd-python = { version = "==234", sys_platform = "== 'linux'" }
idna = "==3.2"
click = "==8.0.1"
# TODO(mc, 2022-04-04): this dep is newer than the OT-2 for dev environment reasons
# remove this TODO when Opentrons/buildroot has updated to newer numpy
# https://github.com/Opentrons/buildroot/pull/148
numpy = "==1.21.2"
zipp = "==3.5.0"
opentrons-hardware = { editable = true, path = "./../hardware" }
Expand Down

0 comments on commit 6e92e1c

Please sign in to comment.