Skip to content

Commit

Permalink
Update hicexplorer to 3.7.6 (#52454)
Browse files Browse the repository at this point in the history
* Update hicexplorer to 3.7.6

* add setuptools

---------

Co-authored-by: Joshua Zhuang <[email protected]>
  • Loading branch information
BiocondaBot and mencian authored Nov 28, 2024
1 parent b93d8d4 commit 8df5960
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions recipes/hicexplorer/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "hicexplorer" %}
{% set version = "3.7.5" %}
{% set version = "3.7.6" %}

package:
name: {{ name }}
version: {{ version }}

source:
url: https://github.com/deeptools/HiCExplorer/archive/{{ version }}.tar.gz
sha256: 5d798d47bc4b4067e9a1446a5745c8146e073b7d9df18390eb1f414a741d2715
sha256: f81b041eb3f37e0b49f07ec6f9ef18d6e10d5219cdbb9ac84a96bb63df2dc773

build:
number: 0
Expand All @@ -20,6 +20,7 @@ requirements:
host:
- python >=3.8
- pip
- setuptools
run:
- python >=3.8
- numpy >=1.19
Expand Down

0 comments on commit 8df5960

Please sign in to comment.