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:
+3
-1
@@ -1,2 +1,4 @@
|
||||
# ===== Runtime Dependencies =====
|
||||
PySide6
|
||||
PySide6>=6.6.0
|
||||
pyqtgraph>=0.13.0
|
||||
numpy>=1.24.0
|
||||
|
||||
Reference in New Issue
Block a user