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.
This commit is contained in:
2025-12-09 13:11:48 +08:00
parent c3dac34dcc
commit 8c76cf23a7
6 changed files with 33 additions and 0 deletions

View File

@@ -11,6 +11,9 @@ Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pybind11>=2.10
Requires-Dist: numpy<2.0
Requires-Dist: pyserial>=3.5
Requires-Dist: gradio
Dynamic: author
Dynamic: license-file
Dynamic: requires-python