File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,18 +12,18 @@ source:
1212
1313build :
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
2020requirements :
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
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
6363extra :
6464 recipe-maintainers :
6565 - pranjalpruthi
66-
67- build :
68- skip : True # [win]
You can’t perform that action at this time.
0 commit comments