Skip to content

Commit 2fd4a4b

Browse files
committed
chore: Update checkpoint migrations placeholder to 0.11.0
1 parent b43b7b7 commit 2fd4a4b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

models/src/anemoi/models/migrations/scripts/1762857428_chunking_fix.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
metadata = MigrationMetadata(
1515
versions={
1616
"migration": "1.0.0",
17-
"anemoi-models": "%NEXT_ANEMOI_MODELS_VERSION%",
17+
"anemoi-models": "0.11.0",
1818
},
1919
)
2020
# <-- END DO NOT CHANGE

models/src/anemoi/models/migrations/scripts/1763479917_hardware_schema_update.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
metadata = MigrationMetadata(
1616
versions={
1717
"migration": "1.0.0",
18-
"anemoi-models": "%NEXT_ANEMOI_MODELS_VERSION%",
18+
"anemoi-models": "0.11.0",
1919
},
2020
)
2121
# <-- END DO NOT CHANGE

0 commit comments

Comments
 (0)