We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 267a35c commit e91f99bCopy full SHA for e91f99b
recipe/migrations/hdf52.yaml
@@ -3,6 +3,10 @@ __migrator:
3
commit_message: Rebuild for hdf5 2
4
kind: version
5
migration_number: 1
6
+# HDF5 likely changed alot of its API
7
+# During the initial phase of the migration lets build for both
8
+# HDF5 2 and the latest version of HDF5
9
hdf5:
10
- '2'
11
+- '1.14.6'
12
migrator_ts: 1774274234.55363
0 commit comments