pyinstaller / pyinstaller-hooks-contrib

Community maintained hooks for PyInstaller.
Other
96 stars 126 forks source link

hooks: add hook for xarray #728

Closed rokm closed 7 months ago

rokm commented 7 months ago

Add hook for xarray, which ensures that metadata for numpy (required by xarray) is collected.

Closes pyinstaller/pyinstaller#8392. Closes pyinstaller/pyinstaller#8417.