Skip to content

Commit 12ed33b

Browse files
committed
minor
1 parent daaf8e9 commit 12ed33b

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

meta.yaml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,18 @@ source:
1212

1313
build:
1414
number: 0
15-
noarch: python
1615
script: {{ PYTHON }} -m pip install . --no-deps -vv
1716
entry_points:
1817
- crossroad = crossroad.cli.main:main
18+
skip: True # [win] <-- Keep this
1919

2020
requirements:
2121
host:
22-
- python {{ python_min }}
22+
- python {{ python_min }} # Keep this with version constraint
2323
- pip
2424
- setuptools
2525
run:
26-
- python >={{ python_min }}
26+
- python # Remove version constraint here
2727
- fastapi
2828
- uvicorn
2929
- python-multipart
@@ -43,7 +43,7 @@ test:
4343
commands:
4444
- crossroad --help
4545
requires:
46-
- python {{ python_min }}
46+
- python # Remove version constraint here
4747
- bioconda::seqkit
4848
- bioconda::seqtk
4949
- bioconda::bedtools
@@ -63,6 +63,3 @@ about:
6363
extra:
6464
recipe-maintainers:
6565
- pranjalpruthi
66-
67-
build:
68-
skip: True # [win]

0 commit comments

Comments
 (0)