Skip to content

Commit

Permalink
BLD: remove nomkl dependencies due to Win screwup
Browse files Browse the repository at this point in the history
  • Loading branch information
Holger Kohr committed Nov 2, 2016
1 parent 5fb3d21 commit 9e2c2d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,22 @@ package:
source:
git_url: https://github.com/odlgroup/odl
# git_rev: master # for testing, put any branch here
git_rev: v0.5.1 # release
# git_rev: v0.5.1 # release
git_rev: 80dd46c1231dfbb5f9cdccc16f7dfe0891879362 # intermediate bugfix revision

build:
number: 4
noarch_python: True

requirements:
build:
- python
- nomkl # [not win]
- setuptools
- future >=0.14
- numpy >=1.9
- scipy >=0.14
run:
- python
- nomkl # [not win]
- future >=0.14
- numpy >=1.9
- scipy >=0.14
Expand Down

0 comments on commit 9e2c2d1

Please sign in to comment.