diff --git a/pkg/recipe/conda_build_config.yaml b/pkg/recipe/conda_build_config.yaml index fdf7fe68478f0426d3f00fdaddbc31e9a61d2712..859c10bcef705804ad837651ff5777da11bb4616 100644 --- a/pkg/recipe/conda_build_config.yaml +++ b/pkg/recipe/conda_build_config.yaml @@ -1,3 +1,5 @@ +numpy: + - 1.22 cdt_name: cos7 # [linux] MACOSX_DEPLOYMENT_TARGET: # [osx] - '10.14' # [osx] diff --git a/pkg/recipe/meta.yaml b/pkg/recipe/meta.yaml index 792fac74afb9c4d289cf56ce3a8053d58cf47dd0..6ce77767f8bb09f76c6b84362a3faeb00597dde9 100644 --- a/pkg/recipe/meta.yaml +++ b/pkg/recipe/meta.yaml @@ -11,7 +11,7 @@ build: requirements: build: - cmake >=3.14.0 - - numpy >=1.17 # [osx] + - numpy {{numpy}} # [osx] - python # [osx] - {{ compiler('cxx') }} - {{ cdt('xorg-x11-proto-devel') }} # [linux] @@ -48,7 +48,7 @@ requirements: - dtk-imaging >=2.0.1 - dtk-script >=2.3.1 - swig >=4.0.1 - - numpy >=1.17 + - numpy {{numpy}} - python run: - qt >=5.9.0 @@ -56,7 +56,7 @@ requirements: - dtk-core-python >=2.5.3 - dtk-imaging >=2.0.1 - dtk-script >=2.3.1 - - numpy >=1.17 + - numpy {{numpy}} - python about: