diff --git a/conda-recipes/mxnet-feedstock/recipe/meta.yaml b/conda-recipes/mxnet-feedstock/recipe/meta.yaml index 3cf6c6a..78b8dd0 100644 --- a/conda-recipes/mxnet-feedstock/recipe/meta.yaml +++ b/conda-recipes/mxnet-feedstock/recipe/meta.yaml @@ -22,20 +22,19 @@ requirements: - {{ compiler('cxx') }} - make host: - - openblas-devel 0.3.6 - - libopenblas 0.3.6 - - liblapack 3.8.0 - - libtiff 4.1.0 - - python - - cython 0.29.14 - - numpy 1.17.3 - - requests 2.22.0 - - setuptools 41.6.0 - # ibm-ai channel https://public.dhe.ibm.com/ibmdl/export/pub/software/server/ibm-ai/conda: - - libopencv 3.4.7 - - cudatoolkit 10.1.243 - - cudatoolkit-dev 10.1.243 - - cudnn 7.6.3_10.1 + - pkgs/main/linux-ppc64le::libopencv + - pkgs/main/linux-ppc64le::libopenblas + - pkgs/main/linux-ppc64le::openblas-devel + - conda-forge/linux-ppc64le::liblapack + - conda-forge/linux-ppc64le::libtiff + - conda-forge/linux-ppc64le::python + - conda-forge/linux-ppc64le::cython + - conda-forge/linux-ppc64le::numpy + - conda-forge/linux-ppc64le::requests + - conda-forge/linux-ppc64le::setuptools + - ibmdl/export/pub/software/server/ibm-ai/conda/linux-ppc64le::cudatoolkit + - ibmdl/export/pub/software/server/ibm-ai/conda/linux-ppc64le::cudatoolkit-dev + - ibmdl/export/pub/software/server/ibm-ai/conda/linux-ppc64le::cudnn run: - numpy >=1.16.0,<=2.0.0 - requests >=2.20.0,<3