From 2475b47c1400974c7eb74b987ee4bbdaa159b438 Mon Sep 17 00:00:00 2001 From: SIKAI ZHANG <34108862+MatthewSZhang@users.noreply.github.com> Date: Fri, 9 Aug 2024 14:08:42 +0800 Subject: [PATCH] CI update version for pixi cache --- pixi.lock | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pixi.lock b/pixi.lock index 1b60a9c..2102dfe 100644 --- a/pixi.lock +++ b/pixi.lock @@ -1405,9 +1405,9 @@ packages: requires_python: '>=3.9' - kind: pypi name: fastcan - version: 0.1.35 + version: 0.1.37 path: . - sha256: 96b38db276d26749b4ed51a59710d5c2983c590dade95c80b9b9402be97f454d + sha256: 293f5d8e1e2492aa69e34d1f1ed76d579be6fe7091ec807859d18a8a9e8b79a5 requires_dist: - scikit-learn>=1.5.0,<1.6 - pytest ; extra == 'test' diff --git a/pyproject.toml b/pyproject.toml index 14aaf13..3814178 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "fastcan" -version = "0.1.36" +version = "0.1.37" description = "A fast canonical-correlation-based feature selection method" authors = [ { name = "Matthew Sikai Zhang", email = "matthew.szhang91@gmail.com" },