Files
balance/dm_imu_pkg/dm_imu_pkg.egg-info/requires.txt
ydy0615 8c76cf23a7 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

5 lines
46 B
Plaintext

pybind11>=2.10
numpy<2.0
pyserial>=3.5
gradio