Skip to content

Commit 12da517

Browse files
committed
more numpy updates
1 parent 202237e commit 12da517

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hardware/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies = [
2424
"pydantic-settings>=2,<3",
2525
"opentrons_shared_data==0.0.0",
2626
"typing-extensions>=4.0.0,<5",
27-
"numpy==1.22.3",
27+
"numpy==1.24.6",
2828
"python-can==4.2.2",
2929
]
3030

robot-server/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ dev = [
5454
"idna==3.3",
5555
"mock~=5.0.1",
5656
"mypy==1.11.0",
57-
"numpy==1.22.3",
57+
"numpy==1.24.6",
5858
"pyusb==1.2.1",
5959
"pytest>=7,<8",
6060
"pytest-asyncio>=0.23.0,<2",

0 commit comments

Comments
 (0)