Skip to content

Commit

Permalink
components/maix/CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Neutree committed Jan 11, 2025
1 parent 01f13be commit 3417b4b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion components/maix/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ append_srcs_dir(ADD_SRCS "src") # append source file in src dir to var ADD_S
###############################################

###### Add required/dependent components ######
list(APPEND ADD_REQUIREMENTS pybind11 python3 basic nn peripheral ext_dev vision comm network voice vision_extra)
list(APPEND ADD_REQUIREMENTS pybind11 python3 basic nn peripheral vision comm network voice vision_extra
ext_dev ext_dev_mlx90640 ext_dev_tof100)
###############################################

###### Add link search path for requirements/libs ######
Expand Down
4 changes: 2 additions & 2 deletions maix/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Versions should comply with PEP440: https://peps.python.org/pep-0440/

version_major = 4
version_minor = 9
version_patch = 3
version_minor = 10
version_patch = 0

__version__ = "{}.{}.{}".format(version_major, version_minor, version_patch)
2 changes: 1 addition & 1 deletion tools/os/base_system_version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20241220
20250111

0 comments on commit 3417b4b

Please sign in to comment.