Skip to content

Commit ef275bb

Browse files
committed
update dependencies
1 parent 775c9e8 commit ef275bb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

conda-recipe/build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/bin/bash
22
set -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

conda-recipe/meta.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)