From bcc955e2f85fd1dc5c8e6c593d2eb04434f60eaf Mon Sep 17 00:00:00 2001 From: Benjamin Vial Date: Tue, 5 Mar 2024 21:53:37 +0000 Subject: [PATCH 1/3] New version 2.6.1 --- recipe/meta.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 4c6492e..fae16f0 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,5 +1,5 @@ {% set name = "nannos" %} -{% set version = "2.6.0" %} +{% set version = "2.6.1" %} package: @@ -8,11 +8,11 @@ package: source: url: https://gitlab.com/{{ name }}/{{ name }}/-/archive/v{{ version }}/{{ name }}-v{{ version }}.tar.gz - sha256: 14468f86b63fdee9ad60b752dbd78d03aec98d7b525caba70fc4a7a86ce76be0 + sha256: 245e0a648742527f234714714b22bd41d78dda386bbc676b91617d4e95293e61 build: - number: 2 + number: 0 script: "{{ PYTHON }} -m pip install . -vv --no-deps" skip: true # [py<39] From 0815cedab8531a7f75a122870903fd16ca739b25 Mon Sep 17 00:00:00 2001 From: Benjamin Vial Date: Tue, 5 Mar 2024 21:58:45 +0000 Subject: [PATCH 2/3] Update meta.yaml --- recipe/meta.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index fae16f0..34b4419 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -33,13 +33,13 @@ requirements: - psutil - ipython - nlopt - - pytorch # [not win] - - pytorch-cpu # [cuda_compiler_version == "None" and not win] - - pytorch-gpu # [cuda_compiler_version != "None" and not win] - - magma # [not osx and not win] - - jax # [not win] - - jaxlib # [cuda_compiler_version == "None" and not win] - - jaxlib=*=*cuda* # [cuda_compiler_version != "None" and not win] + - pytorch # [not win] + - pytorch-cpu # [cuda_compiler_version == "None" and not win] + - pytorch-gpu # [cuda_compiler_version != "None" and not win] + - magma # [not osx and not win] + - jax # [not win] + - jaxlib # [cuda_compiler_version == "None" and not win] + - jaxlib= *=*cuda* # [cuda_compiler_version != "None" and not win] - pyvista - ipywidgets - trame From 78a5fe6a8dafb3825364193f7c679511ae1e04dd Mon Sep 17 00:00:00 2001 From: Benjamin Vial Date: Tue, 5 Mar 2024 22:02:21 +0000 Subject: [PATCH 3/3] Update meta.yaml --- recipe/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 34b4419..5d95e32 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -39,7 +39,7 @@ requirements: - magma # [not osx and not win] - jax # [not win] - jaxlib # [cuda_compiler_version == "None" and not win] - - jaxlib= *=*cuda* # [cuda_compiler_version != "None" and not win] + - jaxlib =*=*cuda* # [cuda_compiler_version != "None" and not win] - pyvista - ipywidgets - trame