Skip to content

Commit

Permalink
Update kb-python to 0.29.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BiocondaBot authored and Autobump committed Oct 21, 2024
1 parent 5d62bb4 commit a07b65d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipes/kb-python/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{% set name = "kb-python" %}
{% set version = "0.28.2" %}
{% set version = "0.29.1" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://github.com/pachterlab/kb_python/archive/v{{ version }}.tar.gz
sha256: e8c910865fd5196b1b3163e18a565ef96c8518b2cf34f87f288dfdc85b339078
sha256: f94e20d592dfd6e7d50b470c0d83732bfb34c6f9c822f22714dac0bb98f87aa3

build:
number: 2
number: 0
noarch: python
script: "{{ PYTHON }} -m pip install . --no-deps --no-build-isolation -vvv"
entry_points:
Expand Down

0 comments on commit a07b65d

Please sign in to comment.