Skip to content

Commit

Permalink
Build Windows & Mac wheels with HDF5 1.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
takluyver committed Aug 18, 2021
1 parent 7b19cc3 commit e29819d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
pool:
vmImage: vs2017-win2016
variables:
HDF5_VERSION: 1.12.0
HDF5_VERSION: 1.12.1
HDF5_DIR: $(HDF5_CACHE_DIR)/$(HDF5_VERSION)
HDF5_VSVERSION: "15-64"
CIBW_BUILD: cp3[789]-win_amd64
Expand All @@ -54,7 +54,7 @@ jobs:
vmImage: macOS-10.15
variables:
MACOSX_DEPLOYMENT_TARGET: 10.9
HDF5_VERSION: 1.12.0
HDF5_VERSION: 1.12.1
HDF5_DIR: $(HDF5_CACHE_DIR)/$(HDF5_VERSION)
CIBW_BUILD: cp3[789]-macosx_x86_64
steps:
Expand Down

0 comments on commit e29819d

Please sign in to comment.