From fcb11cfa242977d5a2f9f79c08ced245b897ddd3 Mon Sep 17 00:00:00 2001 From: Philip Khor <35039795+philip-khor@users.noreply.github.com> Date: Fri, 26 Apr 2024 23:37:29 +0800 Subject: [PATCH 1/3] remove python 3.12 upper bound --- recipe/meta.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 713b5f7..60fa3b6 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -10,14 +10,14 @@ source: build: noarch: python - number: 1 + number: 2 requirements: host: - - python >=3.8,<3.12 + - python >=3.8 - pip run: - - python >=3.8,<3.12 + - python >=3.8 - notebook - requests - psutil From 96ad5fd8976b963b0c5b56f9b180105f7cc0b259 Mon Sep 17 00:00:00 2001 From: Philip Khor <35039795+philip-khor@users.noreply.github.com> Date: Fri, 26 Apr 2024 23:48:42 +0800 Subject: [PATCH 2/3] remove redundant pinning: 3.7 dropped --- recipe/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 60fa3b6..a098a25 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -14,10 +14,10 @@ build: requirements: host: - - python >=3.8 + - python - pip run: - - python >=3.8 + - python - notebook - requests - psutil From 31bd2adac6292685cdf43110a8794850718ce995 Mon Sep 17 00:00:00 2001 From: Philip Khor <35039795+philip-khor@users.noreply.github.com> Date: Fri, 26 Apr 2024 23:49:59 +0800 Subject: [PATCH 3/3] revert --- recipe/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index a098a25..60fa3b6 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -14,10 +14,10 @@ build: requirements: host: - - python + - python >=3.8 - pip run: - - python + - python >=3.8 - notebook - requests - psutil