Skip to content

Commit 7a53ddd

Browse files
author
Matevz Morato
committed
Merge remote-tracking branch 'origin/develop' into release/3.1.0
2 parents d115c16 + a70f923 commit 7a53ddd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bindings/python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ def build_extension(self, ext):
280280
],
281281
python_requires='>=3.7',
282282
install_requires=[
283-
"numpy>=2.0.0",
283+
"numpy<3.0.0",
284284
],
285285
entry_points={
286286
"console_scripts": [

cmake/Depthai/DepthaiDeviceSideConfig.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set(DEPTHAI_DEVICE_SIDE_MATURITY "snapshot")
33

44
# "full commit hash of device side binary"
5-
set(DEPTHAI_DEVICE_SIDE_COMMIT "e94cab6df69c3e9e9b81c73503134e7ee336fce3")
5+
set(DEPTHAI_DEVICE_SIDE_COMMIT "0ada9b9800478cf2c7056cea5c2bab2c8f6a2cbd")
66

77
# "version if applicable"
88
set(DEPTHAI_DEVICE_SIDE_VERSION "")

0 commit comments

Comments
 (0)