Skip to content

Commit

Permalink
Bump to 3.32
Browse files Browse the repository at this point in the history
  • Loading branch information
bkpoon committed Mar 6, 2024
1 parent dc3439e commit c0de5ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "libsvm-official" %}
{% set version = "3.25.0" %}
{% set version = "3.32.0" %}

package:
name: {{ name|lower }}
Expand All @@ -20,11 +20,11 @@ requirements:
- {{ compiler('c') }}
- {{ compiler('cxx') }}
host:
- libsvm =325
- libsvm =332
- pip
- python
run:
- libsvm =325
- libsvm =332
- python
- scipy

Expand Down

0 comments on commit c0de5ed

Please sign in to comment.