Commit ae583b8
Kyle
Pin h5py < 3.13 on macOS arm64: fix HDF5 symbol mismatch in PyInstaller
h5py 3.13+ requires HDF5 1.14.4 features (_H5T_IEEE_F16BE_g) that are
not available in pytables 3.10.2's bundled HDF5 1.14.2. This causes a
dlopen failure in PyInstaller builds where both libraries' HDF5 dylibs
are co-bundled.1 parent d9ecee0 commit ae583b8
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
0 commit comments