Skip to content

Commit

Permalink
Merge pull request #6 from MatthewSZhang/main
Browse files Browse the repository at this point in the history
Release 0.2.3
  • Loading branch information
MatthewSZhang authored Sep 12, 2024
2 parents 3cb0c2c + a3fce02 commit f27a517
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{% set name = "fastcan" %}
{% set version = "0.2.1" %}
{% set version = "0.2.3" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/fastcan-{{ version }}.tar.gz
sha256: da50d251202b417631cdd8dc150856a8c4be8bbc72e79fecc71437ad7c95a053
sha256: cea048f9b21a3aa1cdff3cab62438243c6d2a1610c98cf51eb10c795da732e19

build:
number: 1
number: 0
skip: true # [py<39]
skip: true # [python_impl == "pypy"]

Expand All @@ -23,13 +23,18 @@ requirements:
- ninja
- {{ stdlib('c') }}
- {{ compiler('c') }}
- llvm-openmp # [osx]
- libgomp # [linux]
host:
- python
- meson-python
- cython
- scikit-learn >=1.5.0,<1.6
- python-build
- pip
# See https://github.com/conda-forge/openmp-feedstock/issues/126
- llvm-openmp # [osx]
- libgomp # [linux]
run:
- python
- scikit-learn >=1.5.0,<1.6
Expand Down

0 comments on commit f27a517

Please sign in to comment.