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 Scmusketeers #52965

Merged
merged 2 commits into from
Dec 23, 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
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.1" %}

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

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

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