File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Zivid Python is the official Python package for Zivid 3D cameras. Read more abou
16
16
### Dependencies
17
17
18
18
* [ Python] ( https://www.python.org/ ) version 3.7 or higher
19
- * [ Zivid SDK] [ zivid-download-software-url ] version 2.14.1 (see [ here] [ zivid-software-installation-url ] for help)
19
+ * [ Zivid SDK] [ zivid-download-software-url ] version 2.14.2 (see [ here] [ zivid-software-installation-url ] for help)
20
20
* [ Compiler] ( doc/CompilerInstallation.md ) with C++17 support
21
21
22
22
* Ubuntu users must install Python headers (` apt install python3-dev ` ) in addition to the regular ` python3 ` package.*
Original file line number Diff line number Diff line change 1
- 2.14.1 .2.14.1
1
+ 2.14.2 .2.14.2
Original file line number Diff line number Diff line change 1
1
{
2
- "ZIVID_SDK_EXACT_VERSION" : " 2.14.1+b4e8f261 -1"
2
+ "ZIVID_SDK_EXACT_VERSION" : " 2.14.2+1a322f18 -1"
3
3
}
Original file line number Diff line number Diff line change 10
10
11
11
# To be replaced by: from setuptools_scm import get_version
12
12
def get_version ():
13
- return "2.14.1 "
13
+ return "2.14.2 "
14
14
15
15
16
16
def _zivid_sdk_version ():
17
- return "2.14.1 "
17
+ return "2.14.2 "
18
18
19
19
20
20
def _zivid_python_version ():
You can’t perform that action at this time.
0 commit comments