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 7, 2019
1 parent 1a9cd7c commit 07f1696
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]
- pytest-cov>=2.6.1
- tesserocr # [not win]
source_files:
Expand Down

0 comments on commit 07f1696

Please sign in to comment.