File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11#! /bin/bash
22set -euxo pipefail
33
4+ $PYTHON -m pip install pysam
45$PYTHON -m pip install --no-index --find-links=$SRC_DIR /conda-recipe/wheels varnaapi
56$PYTHON -m pip install $SRC_DIR /conda-recipe/wheels/mysql-connector-2.2.9.tar.gz
67$PYTHON -m pip install --no-index --find-links=$SRC_DIR /conda-recipe/wheels PyQt6 PyQt6-sip PyQt6-Qt6
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ requirements:
3636 - fonttools >=4.51.0
3737 - fsspec >=2024.5.0
3838 - greenlet >=3.1.1
39- - iniconfig >=2.1 .0
39+ - iniconfig >=2.0 .0
4040 - ipython >=8.26.0
4141 - jedi >=0.19.1
4242 - jinja2 >=3.1.6
@@ -73,7 +73,6 @@ requirements:
7373 - pynacl >=1.5.0
7474 - pyparsing >=3.1.2
7575 - qt6-main
76- - pysam >=0.23.0
7776 - pytest >=8.4.1
7877 - python-dateutil >=2.9.0.post0
7978 - python-dotenv >=1.1.1
You can’t perform that action at this time.
0 commit comments