Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update sigprofilermatrixgenerator to 1.2.30 #51338

Merged
merged 2 commits into from
Oct 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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