Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyQuARC/code/schema_validator.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from .constants import ECHO10_C, SCHEMA_PATHS, UMM_C, UMM_G


SUPPORTED_UMM_C_VERSIONS = ["v1.18.4", "v1.18.3", "v1.18.2"]
SUPPORTED_UMM_C_VERSIONS = ["v1.18.4"]
DEFAULT_UMM_C_VERSION = "v1.18.4" # Or any other version you prefer as default

# Define UMM-G versions if you want to make it flexible as well
Expand Down