Skip to content

Commit

Permalink
forgi: loosened the dependencies (#10156)
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Roth authored and rvalieris committed Jul 31, 2018
1 parent b0ee919 commit 2d23007
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
2 changes: 0 additions & 2 deletions recipes/forgi/build.sh

This file was deleted.

11 changes: 6 additions & 5 deletions recipes/forgi/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,26 +10,27 @@ source:

build:
noarch: python
number: 1
number: 2
script: python -m pip install --no-deps --ignore-installed .

requirements:
host:
- python
- setuptools
- pip

run:
- python
- numpy >=1.10.0
- scipy >=0.19.1
- future
- networkx ==2.0
- networkx >=2.0
- biopython >=1.70
- logging_exceptions >=0.1.6
- beautifulsoup4 >=4.6
- matplotlib ==2.0.0
- matplotlib >=2
- ddt
- pandas >=0.20
- appdirs ==1.4.3
- appdirs >=1.4.3

test:
imports:
Expand Down

0 comments on commit 2d23007

Please sign in to comment.