Skip to content

Commit

Permalink
Update nanovar to 1.8.1 (#51032)
Browse files Browse the repository at this point in the history
  • Loading branch information
BiocondaBot authored Sep 29, 2024
1 parent 20c248d commit 59ef264
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipes/nanovar/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{% set version = "1.8.0" %}
{% set version = "1.8.1" %}

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

source:
url: https://pypi.io/packages/source/n/nanovar/nanovar-{{ version }}.tar.gz
sha256: 966117fc5667639dee4910823481037dc451ee972b3afdf93786f3f736eb120b
sha256: c75159f86a4043f5ba37c4ea16b9c5953e44d7a1c1dd854de7928464bed83bc9

build:
skip: True # [py2k or osx or py > 39]
Expand All @@ -23,7 +23,7 @@ requirements:
- python
run:
- python
- numpy >=1.17.3
- numpy >=1.17.3, <2.0.0
- scipy >=1.2.1
- biopython >=1.82
- pybedtools >=0.8.2
Expand Down

0 comments on commit 59ef264

Please sign in to comment.