Skip to content

Commit

Permalink
make sure to avoid problematic icu packages
Browse files Browse the repository at this point in the history
  • Loading branch information
megies committed Feb 26, 2017
1 parent 4f356a6 commit b5528c6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,17 @@ requirements:
- requests
- decorator
- mock # [py2k]
# there's a packaging problem with icu, see obspy/obspy#1677
- icu <58

test:
requires:
- flake8
# the pinning of matplotlib for tests should be removed for later commits
# after merging obspy/obspy#1616
- matplotlib 1.5.*
# there's a packaging problem with icu, see obspy/obspy#1677
- icu <58
imports:
- obspy
- obspy.io.mseed
Expand Down

0 comments on commit b5528c6

Please sign in to comment.