new project structure
This commit is contained in:
14
requirements.txt
Normal file
14
requirements.txt
Normal file
@ -0,0 +1,14 @@
|
||||
# Основные зависимости
|
||||
numpy>=1.20.0
|
||||
|
||||
# Визуализация (matplotlib - обязательна)
|
||||
matplotlib>=3.3.0
|
||||
|
||||
# Serial порт (опционально, но рекомендуется)
|
||||
pyserial>=3.5
|
||||
|
||||
# Быстрый бэкенд визуализации (опционально)
|
||||
pyqtgraph>=0.12.0
|
||||
PyQt5>=5.15.0
|
||||
# Альтернатива PyQt5:
|
||||
# PySide6>=6.0.0
|
||||
Reference in New Issue
Block a user