Skip to content

Commit

Permalink
Update conda YAML
Browse files Browse the repository at this point in the history
  • Loading branch information
jonperdomo committed Sep 26, 2024
1 parent 153d59f commit b066705
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set version = "1.3.1" %}
{% set revision = "e23078e169eae9e1915a75236e92bafb8d00c56f" %}
{% set version = "1.4.0" %}
{% set revision = "13ceda62f64fb78a6852ae7216aec30851c05fe5" %}

package:
name: longreadsum
Expand All @@ -10,11 +10,10 @@ source:
git_rev: {{ revision }}

channels:
- bioconda
- anaconda
- conda-forge
- jannessp # for pod5
- bioconda
- defaults
- jannessp # for pod5

build:
number: 0
Expand All @@ -27,15 +26,16 @@ requirements:
- {{ compiler('cxx') }}
- make
host:
- python
- python=3.9
- swig
- hdf5
- htslib
- htslib=1.20
run:
- python
- python=3.9
- numpy
- hdf5
- htslib
- ont_vbz_hdf_plugin
- htslib=1.20
- plotly
- pod5
- pyarrow
Expand Down

0 comments on commit b066705

Please sign in to comment.