Skip to content

Commit

Permalink
Update sigprofilermatrixgenerator to 1.2.30 (#51338)
Browse files Browse the repository at this point in the history
* Update sigprofilermatrixgenerator to 1.2.30

* python 3.13 no longer pulls in setuptools

---------

Co-authored-by: mencian <[email protected]>
  • Loading branch information
BiocondaBot and mencian authored Oct 11, 2024
1 parent 07a40d9 commit f1ca045
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions recipes/sigprofilermatrixgenerator/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "SigProfilerMatrixGenerator" %}
{% set version = "1.2.29" %}
{% set version = "1.2.30" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/SigProfilerMatrixGenerator-{{ version }}.tar.gz
sha256: cd00ae4f5c0bf916823b9bd76d75e09d804f4cb91a9c0e0be6af2f6887dcf503
sha256: 55453304c565acacc62bce77592f8c44a14bca367df33585825f06893e315280

build:
entry_points:
Expand All @@ -22,6 +22,7 @@ requirements:
host:
- python >=3.8
- pip
- setuptools
run:
- python >=3.8
- matplotlib-base >=2.2.2
Expand Down

0 comments on commit f1ca045

Please sign in to comment.