Update dependencies and enhance CSV metadata handling

- 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.
This commit is contained in:
Jack.Le
2026-05-05 10:00:00 -07:00
parent bbe7baea5b
commit f24dd89e8e
4 changed files with 55 additions and 6 deletions
+3 -1
View File
@@ -1,2 +1,4 @@
# ===== Runtime Dependencies =====
PySide6
PySide6>=6.6.0
pyqtgraph>=0.13.0
numpy>=1.24.0