f24dd89e8e
- Updated requirements.txt to specify minimum versions for PySide6, pyqtgraph, and numpy. - Modified CSVFileMetadata class to include a new master_type attribute for improved metadata representation. - Enhanced FileBrowser class to handle master_type in metadata saving and retrieval. - Added a new method in FileBrowser for parsing CSV metadata, improving error handling and data extraction. - Adjusted LocalSettingsModel to format code and change default reverseZWafer setting to False.
5 lines
82 B
Plaintext
5 lines
82 B
Plaintext
# ===== Runtime Dependencies =====
|
|
PySide6>=6.6.0
|
|
pyqtgraph>=0.13.0
|
|
numpy>=1.24.0
|