Skip to content

Commit

Permalink
Update ms2deepscore to 2.1.0 (#51200)
Browse files Browse the repository at this point in the history
* Update ms2deepscore to 2.1.0

* add torchvision and tensorboard

---------

Co-authored-by: mencian <joshua.zhuang@yahoo.com>
  • Loading branch information
BiocondaBot and mencian authored Oct 7, 2024
1 parent 01aa90a commit d87ecaa
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions recipes/ms2deepscore/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "ms2deepscore" %}
{% set version = "2.0.0" %}
{% set sha256 = "50b700319a07461a0ac2be0a6f67c1cf1b23a681cb76b8c4488d948f8976f5b2" %}
{% set version = "2.1.0" %}
{% set sha256 = "ba844b923a6e1fb61c8dc24c8ea507ed5e502a81e8f675710ba76574498e5c9c" %}

package:
name: {{ name|lower }}
Expand All @@ -13,7 +13,7 @@ source:
build:
number: 0
noarch: python
script: {{ PYTHON }} -m pip install . --no-deps --no-build-isolation -vvv
script: {{ PYTHON }} -m pip install . --no-deps --no-build-isolation --no-cache-dir -vvv
run_exports:
- {{ pin_subpackage('ms2deepscore', max_pin="x") }}

Expand All @@ -29,6 +29,8 @@ requirements:
- numpy >=1.20.3
- pandas
- pytorch
- tensorboard
- torchvision
- scikit-learn
- tqdm

Expand Down

0 comments on commit d87ecaa

Please sign in to comment.