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:
@@ -1 +1,4 @@
|
||||
pybind11>=2.10
|
||||
numpy<2.0
|
||||
pyserial>=3.5
|
||||
gradio
|
||||
|
||||
Reference in New Issue
Block a user