Skip to content

Commit

Permalink
fix pyboolnet package
Browse files Browse the repository at this point in the history
  • Loading branch information
pauleve committed Sep 29, 2023
1 parent 110e42b commit eb2d8d0
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions pyboolnet/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,16 @@ package:
source:
url: https://github.com/hklarner/pyboolnet/archive/refs/tags/{{ version }}.zip

channels:
- colomoto
- potassco
- conda-forge

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

requirements:
build:
host:
- python
- pip

run:
- python
- bnettoprime
- click
- clingo
Expand All @@ -34,6 +28,10 @@ requirements:
- nusmv-a
- pyeda

test:
imports:
- pyboolnet

about:
home: https://github.com/hklarner/PyBoolNet
summary: 'Generation, modification and analysis of Boolean networks'
Expand Down

0 comments on commit eb2d8d0

Please # to comment.