Skip to content

Commit

Permalink
Update to sc-musketeers 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
drbecavin committed Dec 23, 2024
1 parent acef91a commit 952c5fc
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions recipes/sc-musketeers/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "sc-musketeers" %}
{% set version = "0.3.7" %}
{% set version = "0.4.0" %}

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

source:
url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/sc_musketeers-{{ version }}.tar.gz
sha256: e1480895be92b54762b09cb48886c9e68f5ec72e7cf8e48d938c22ada26ca94a
sha256: 154a554efd1895bb58a145c941a7c6e458e1a52d33b81d2cf579a470c926377a

build:
entry_points:
Expand All @@ -27,10 +27,8 @@ requirements:
- python >=3.10.0,<4.0.0
- poetry >=1.8.1,<2.0.0
- numpy >=1.23.0,<2.0.0
- pytorch >=2.3.1,<3.0.0
- keras >=3.3.3,<4.0.0
- scanpy >=1.10.1,<2.0.0
- ax-platform >=0.4.0,<0.5.0
- neptune >=1.10.4,<2.0.0
- pympler >=1.0.1,<2.0.0
- tensorflow >=2.10.0,<3.0.0
Expand Down

0 comments on commit 952c5fc

Please sign in to comment.