From 5cff736aea20c52a3ab6e6fba3675356481e1856 Mon Sep 17 00:00:00 2001 From: Thomas-Otavio Peulen Date: Thu, 14 Nov 2024 17:06:16 +0100 Subject: [PATCH] Remove unneeded packages --- conda-recipe/meta.yaml | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml index fc5f3d04..29ad0027 100755 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -17,26 +17,19 @@ requirements: build: - {{ compiler('c') }} - {{ compiler('cxx') }} - - llvm-openmp # [osx] - - libgomp # [linux] - - pkg-config # [not win] - cmake - ninja - - make # [linux] - doxygen - - swig 4.2.* - - python - - numpy host: + - swig <4.3.0 - boost-cpp - hdf5 + - pip - python - - setuptools - numpy run: - python - - {{ pin_compatible('numpy', max_pin='x.x') }} - - boost-cpp + - {{ pin_compatible('numpy') }} - hdf5 - tqdm - click