Skip to content

Commit

Permalink
Update cooler to 0.10.3 (#52946)
Browse files Browse the repository at this point in the history
* Update cooler to 0.10.3

* cooler: relax numpy dep based on changelog

---------

Co-authored-by: Ryan Dale <[email protected]>
  • Loading branch information
BiocondaBot and daler authored Dec 21, 2024
1 parent af9b9c5 commit a4c1268
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipes/cooler/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "cooler" %}
{% set version = "0.10.2" %}
{% set version = "0.10.3" %}

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

source:
url: https://pypi.python.org/packages/source/c/cooler/cooler-{{ version }}.tar.gz
sha256: 3780a2e69b2ec89882dfc2775de5d9b54ccb79569dc5f042b4851599388112dc
sha256: 710319e894c80a81d4df89d2f52750ec0d68c0d91286bc06ffb9d61fc49e435a

build:
number: 0
Expand All @@ -31,7 +31,7 @@ requirements:
- dask
- h5py >=2.5
- multiprocess
- numpy <2
- numpy >=1.26
- pairix
- pandas >1.5
- pyfaidx
Expand Down

0 comments on commit a4c1268

Please sign in to comment.