Skip to content

Commit

Permalink
try improving pyboolnet package
Browse files Browse the repository at this point in the history
  • Loading branch information
pauleve committed Sep 29, 2023
1 parent 2547267 commit 110e42b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyboolnet/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ channels:
- conda-forge

build:
number: 0
number: 1
noarch: python
script: python setup.py install --single-version-externally-managed --record=record.txt
script: python -m pip install --no-deps --ignore-installed .

requirements:
build:
- python
- setuptools
- pip

run:
- bnettoprime
Expand Down

0 comments on commit 110e42b

Please sign in to comment.