From 454b18335c4f3ac5ee26c17a0ef3d21e37cff170 Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Fri, 7 Feb 2025 16:30:39 +0000 Subject: [PATCH 1/7] updated v0.2.0 --- recipe/meta.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 378f55e..5621cad 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,5 +1,5 @@ {% set name = "nectarchain" %} -{% set version = "0.1.9" %} +{% set version = "0.2.0" %} package: name: {{ name|lower }} @@ -7,10 +7,10 @@ package: source: url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/nectarchain-{{ version }}.tar.gz - sha256: b5e7094adc8177fda84529d228ef54b81d90dc23395de2d4c3f6357377f2e737 + sha256: 3b4b06063303822ed133c8fefc2a7eb60f1fb1158bc9365de7d259cf762587ca build: - number: 1 + number: 0 script: {{ PYTHON }} -m pip install . -vv noarch: python From 75302a9de45916d4d60fba953ab36aa33e97aded Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Fri, 7 Feb 2025 16:31:12 +0000 Subject: [PATCH 2/7] MNT: Re-rendered with conda-build 25.1.2, conda-smithy 3.45.4, and conda-forge-pinning 2025.02.07.13.31.09 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 179afe5..bb38536 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,6 @@ /build_artifacts *.pyc + +# Rattler-build's artifacts are in `output` when not specifying anything. +/output From dd0b90fc120a82b1ca1b1433b71d7d550c00f8e7 Mon Sep 17 00:00:00 2001 From: jlenain Date: Mon, 10 Feb 2025 10:26:32 +0100 Subject: [PATCH 3/7] Add new dependencies --- recipe/meta.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 5621cad..a5337a3 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -28,6 +28,10 @@ requirements: - scipy =1.11.4 - zeo - zodb + - lmfit # needed into TRR + - h5py # needed into TRR (should be removed to use I/O methods of containers) + - pyqt5 # [linux] + - pyqt6 # [osx and arm64] test: imports: From b689c563d643ecc92c281e9c86212b8c898c63f7 Mon Sep 17 00:00:00 2001 From: jlenain Date: Mon, 10 Feb 2025 10:37:08 +0100 Subject: [PATCH 4/7] Try fixing new dependencies --- recipe/meta.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index a5337a3..a0c958b 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -28,10 +28,9 @@ requirements: - scipy =1.11.4 - zeo - zodb - - lmfit # needed into TRR - - h5py # needed into TRR (should be removed to use I/O methods of containers) - - pyqt5 # [linux] - - pyqt6 # [osx and arm64] + - lmfit # needed into TRR + - h5py # needed into TRR (should be removed to use I/O methods of containers) + - pyqt test: imports: From e7727b1def431328f82c98f36aeed02da2bce5de Mon Sep 17 00:00:00 2001 From: jlenain Date: Mon, 10 Feb 2025 10:48:54 +0100 Subject: [PATCH 5/7] Try fixing new dependencies for PyQt6 and pyqtgraph --- recipe/meta.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index a0c958b..e32c380 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -30,7 +30,8 @@ requirements: - zodb - lmfit # needed into TRR - h5py # needed into TRR (should be removed to use I/O methods of containers) - - pyqt + - pyqt6 + - pyqtgraph test: imports: From 2ad3845e19d6694bb3594269bf98ceca6372e485 Mon Sep 17 00:00:00 2001 From: jlenain Date: Mon, 10 Feb 2025 10:56:27 +0100 Subject: [PATCH 6/7] Try fixing new dependencies for pyqtgraph only --- recipe/meta.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index e32c380..7dc6d1f 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -30,7 +30,6 @@ requirements: - zodb - lmfit # needed into TRR - h5py # needed into TRR (should be removed to use I/O methods of containers) - - pyqt6 - pyqtgraph test: From a456b349ed08a53ec7c164b6de0a8bcee7bd7881 Mon Sep 17 00:00:00 2001 From: jlenain Date: Mon, 10 Feb 2025 11:31:11 +0100 Subject: [PATCH 7/7] Try fixing new dependencies for PyQt --- recipe/meta.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 7dc6d1f..e6658b6 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -30,6 +30,7 @@ requirements: - zodb - lmfit # needed into TRR - h5py # needed into TRR (should be removed to use I/O methods of containers) + - pyqt =6 - pyqtgraph test: