Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Added channels to reduce solving time
Browse files Browse the repository at this point in the history
  • Loading branch information
knm3000 committed Nov 11, 2019
1 parent eb763b8 commit 17dbe1f
Showing 1 changed file with 13 additions and 14 deletions.
27 changes: 13 additions & 14 deletions conda-recipes/mxnet-feedstock/recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 17dbe1f

Please sign in to comment.