Skip to content

Commit

Permalink
Merge pull request #12 from MatthewSZhang/main
Browse files Browse the repository at this point in the history
Release 0.2.7
  • Loading branch information
MatthewSZhang authored Oct 23, 2024
2 parents 141d78e + 61a48d7 commit 205f0a2
Show file tree
Hide file tree
Showing 6 changed files with 68 additions and 50 deletions.
19 changes: 2 additions & 17 deletions .azure-pipelines/azure-pipelines-win.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions .scripts/build_steps.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

39 changes: 25 additions & 14 deletions .scripts/run_osx_build.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

38 changes: 30 additions & 8 deletions .scripts/run_win_build.bat

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "fastcan" %}
{% set version = "0.2.6" %}
{% set version = "0.2.7" %}

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

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

build:
number: 0
Expand All @@ -29,15 +29,15 @@ requirements:
- python
- meson-python
- cython
- scikit-learn >=1.5.0,<1.6
- scikit-learn >=1.5.0
- 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
- scikit-learn >=1.5.0

test:
imports:
Expand All @@ -52,7 +52,7 @@ about:
summary: A fast canonical-correlation-based feature selection method
license: MIT
license_file: LICENSE
dev_url: https://github.com/MatthewSZhang/fastcan/
dev_url: https://github.com/scikit-learn-contrib/fastcan/

extra:
recipe-maintainers:
Expand Down

0 comments on commit 205f0a2

Please sign in to comment.