Skip to content

Commit

Permalink
Update flexynesis to 0.2.11 (#52971)
Browse files Browse the repository at this point in the history
* Update flexynesis to 0.2.11

* add xgboost

---------

Co-authored-by: Björn Grüning <[email protected]>
  • Loading branch information
BiocondaBot and bgruening authored Dec 23, 2024
1 parent 57b7800 commit 8874e29
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions recipes/flexynesis/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "flexynesis" %}
{% set version = "0.2.10" %}
{% set version = "0.2.11" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/flexynesis-{{ version }}.tar.gz
sha256: e6faea383272ee0bdd2792a2d11e4c1682d898eea09008990aa1132a93e72b34
sha256: 075ed19b40b5187d96162eaa56ba4e663f284ce04bfc3e5aa64c0a005cf17c6a

build:
entry_points:
Expand All @@ -34,6 +34,7 @@ requirements:
- scikit-optimize
- scipy
- seaborn
- xgboost
- pytorch
- torchvision
- tqdm
Expand Down

0 comments on commit 8874e29

Please sign in to comment.