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 to sc-musketeers 0.4.0 #52964

Closed
wants to merge 1 commit into from
Closed
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
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
Loading