Skip to content

Commit

Permalink
Update DeepLC to 3.1.3 (#52286)
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfG authored Nov 22, 2024
1 parent 21806a5 commit c92975b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 217 deletions.
201 changes: 0 additions & 201 deletions recipes/deeplc/LICENSE

This file was deleted.

28 changes: 12 additions & 16 deletions recipes/deeplc/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "DeepLC" %}
{% set version = "3.0.8" %}
{% set sha256 = "49f579fd96d937f7c62b99044b8bf12085ccc9b6d123b93ab2c4417189106ca0" %}
{% set version = "3.1.3" %}
{% set sha256 = "b6c4fa5202dcc71825cb6466f9f622bde379d0484231c71379ba6e4f10078ef7" %}

package:
name: {{ name|lower }}
Expand All @@ -22,22 +22,17 @@ build:

requirements:
host:
- python >=3.7
- python >=3.9
- pip
- setuptools
run:
- python >=3.7
- numpy >=1.17,<2
- pandas >=0.25,<2
- tensorflow >=2.2,<3
- gooey
- h5py
- pygam
- opt_einsum
- deeplcretrainer
- psm-utils
- hdf5plugin
- pyopenms
- pyarrow
- python >=3.9
- numpy >=1.17,<3
- pandas >=0.25,<3
- tensorflow >=2.15.0,<3
- deeplcretrainer >=1,<2
- psm-utils >=1,<2
- scikit-learn >=1.2.0,<2

test:
imports:
Expand All @@ -50,6 +45,7 @@ about:
license: Apache-2.0
license_family: APACHE
license_file: LICENSE
doc_url: "https://github.com/compomics/DeepLC/blob/v{{ version }}/README.md"

extra:
identifiers:
Expand Down

0 comments on commit c92975b

Please sign in to comment.