Skip to content

Commit

Permalink
fix to libgfortran=3 on osx
Browse files Browse the repository at this point in the history
  • Loading branch information
Chilipp committed Feb 11, 2019
1 parent 4ebc956 commit 1ee381a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ test:
requires:
- pytest
- codecov
# HACK: Fix to libgfortran 3 on osx due to https://github.com/conda-forge/numpy-feedstock/issues/126
- libgfortran=3 # [osx]

This comment has been minimized.

Copy link
@beckermr

beckermr Feb 12, 2019

This can be removed.

This comment has been minimized.

Copy link
@Chilipp

Chilipp Feb 12, 2019

Author Owner

Thanks! Done by 9fc92ce

- pytest-cov>=2.6.1
- tesserocr # [not win]
source_files:
Expand Down

0 comments on commit 1ee381a

Please sign in to comment.