diff --git a/conda-recipe/vtkbone/meta.yaml b/conda-recipe/vtkbone/meta.yaml index 5e2bac6..cc1e05c 100644 --- a/conda-recipe/vtkbone/meta.yaml +++ b/conda-recipe/vtkbone/meta.yaml @@ -20,7 +20,8 @@ requirements: - gtest - python {{ python }} - boost >=1.61 - - libnetcdf 4.7 + - libnetcdf 4.4.1 # [not win] + - libnetcdf 4.3.3.1 # [win] - pqctio - aimio - vtk =8.2 @@ -29,7 +30,8 @@ requirements: run: - python {{ python }} - boost >=1.61 - - libnetcdf 4.7 + - libnetcdf 4.4.1 # [not win] + - libnetcdf 4.3.3.1 # [win] - pqctio - aimio - vtk =8.2