Skip to content

Commit

Permalink
Update opticlust to 0.4.1 (#52889)
Browse files Browse the repository at this point in the history
* Update opticlust to 0.4.1

* Update requirements

---------

Co-authored-by: Siebren Frölich <[email protected]>
  • Loading branch information
BiocondaBot and siebrenf authored Dec 18, 2024
1 parent d378c71 commit 48d9198
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions recipes/opticlust/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{% set version = "0.4.0" %}
{% set version = "0.4.1" %}

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

source:
url: https://github.com/siebrenf/opticlust/archive/refs/tags/v{{ version }}.tar.gz
sha256: 8bd0ab210536eda5be700ee3ef5142052918c562481b2f13ba720663645dffdf
sha256: 59064362a5d8799e2617e92d7728a299da4b52ab76200539974997e0cfa2b0c6

build:
number: 0
Expand All @@ -23,12 +23,13 @@ requirements:
run:
- python >=3.9
- python-igraph >=0.10
- leidenalg >=0.10.2
- matplotlib-base >=3.6
- natsort
- networkx >=2.7
- numpy >=1.23
- scanpy >=1.10
- leidenalg >=0.10.2
- scikit-learn >=1.1

test:
imports:
Expand Down

0 comments on commit 48d9198

Please sign in to comment.