This website requires JavaScript.
Explore
Help
Register
Sign In
ydy0615
/
balance
Watch
1
Star
0
Fork
0
You've already forked balance
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
8c76cf23a7c0245490d02619c27f1246428ff0b7
balance
/
dm_imu_pkg
/
dm_imu_pkg.egg-info
/
requires.txt
5 lines
46 B
Plaintext
Raw
Normal View
History
Unescape
Escape
feat: add IMU Python package with pybind11 bindings - Add dm_imu_pkg/__init__.py to dynamically load compiled IMU module during development and installation - Update .vscode/settings.json to ignore missing CMakeLists for flexible builds - Generate egg-info metadata and package structure for distribution
2025-12-08 23:54:56 +08:00
pybind11>=2.10
feat: add runtime dependencies for IMU functionality - Add numpy<2.0 for numerical computations with IMU data - Add pyserial>=3.5 for serial communication with IMU hardware - Add gradio for web-based user interface These dependencies enable core features like data processing, hardware connectivity, and UI interaction for the IMU package. Updated pyproject.toml, with resulting changes in requires.txt and PKG-INFO.
2025-12-09 13:11:48 +08:00
numpy<2.0
pyserial>=3.5
gradio
Reference in New Issue
Copy Permalink