- 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.
5 lines
46 B
Plaintext
5 lines
46 B
Plaintext
pybind11>=2.10
|
|
numpy<2.0
|
|
pyserial>=3.5
|
|
gradio
|