From 268ac313f8624022719932420edf66638ca33567 Mon Sep 17 00:00:00 2001 From: Jeroen Van Goey Date: Tue, 22 Oct 2024 12:00:51 +0200 Subject: [PATCH 1/2] Update matchms dependencies --- recipes/matchms/meta.yaml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/recipes/matchms/meta.yaml b/recipes/matchms/meta.yaml index 263f3b2f86013..715744ba9da29 100644 --- a/recipes/matchms/meta.yaml +++ b/recipes/matchms/meta.yaml @@ -10,7 +10,7 @@ source: sha256: 96d15fbc006c90ac306e91b9fc609255108c48536094d2a55502f6a2e65fbce8 build: - number: 0 + number: 1 script: "{{ PYTHON }} -m pip install . --no-deps --no-build-isolation --no-cache-dir -vvv" noarch: python run_exports: @@ -19,26 +19,26 @@ build: requirements: host: - pip - - python >=3.8,<3.12 + - python >=3.9,<3.13 - poetry-core run: - - deprecated - - lxml - - matplotlib-base - - networkx - - numba >=0.47 - - numpy <1.25 + - deprecated >=1.2.14 + - lxml >=4.9.3,<5 + - matplotlib-base >=3.7 + - networkx >=3.0 + - numba >=0.57.1,<0.60 + - numpy >1.22,<1.27 - pickydict >=0.4.0 - pyteomics >=4.6 - python >=3.8,<3.12 - - pyyaml - - rdkit >=2020.03.1 - - requests - - scipy >=1.4.0,<1.11 + - pyyaml >=6.0.1 + - rdkit >=2023.9.6 + - requests >=2.31.0 + - scipy >=1.11 - sparsestack >=0.4.1 - - tqdm - - pillow =9.5 - - pandas + - tqdm >=4.65.0 + - pillow !=9.4.0 + - pandas >=2.0.3 - pubchempy test: From 67e92a49391e14f0534b835e59144a8a1d0cbbb1 Mon Sep 17 00:00:00 2001 From: Jeroen Van Goey Date: Tue, 22 Oct 2024 12:25:13 +0200 Subject: [PATCH 2/2] Resolve inconsistency in Python version requirements --- recipes/matchms/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/matchms/meta.yaml b/recipes/matchms/meta.yaml index 715744ba9da29..6485c985ee7c8 100644 --- a/recipes/matchms/meta.yaml +++ b/recipes/matchms/meta.yaml @@ -30,7 +30,7 @@ requirements: - numpy >1.22,<1.27 - pickydict >=0.4.0 - pyteomics >=4.6 - - python >=3.8,<3.12 + - python >=3.9,<3.13 - pyyaml >=6.0.1 - rdkit >=2023.9.6 - requests >=2.31.0