From 5a3a493b6d8a54905e9d3d686bf54a604f51104f Mon Sep 17 00:00:00 2001 From: Ray <851836818@qq.com> Date: Wed, 3 Jan 2024 17:09:09 +0800 Subject: [PATCH] Update annosine2 build (#45033) * Update meta.yaml * Update meta.yaml --- recipes/annosine2/meta.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/annosine2/meta.yaml b/recipes/annosine2/meta.yaml index 9c474c8c73b80..98c711f9ab79d 100644 --- a/recipes/annosine2/meta.yaml +++ b/recipes/annosine2/meta.yaml @@ -10,7 +10,7 @@ source: sha256: c9d12adec9875c4a429c6e9da5b76d31c760ef7474635caf742d25592378f34c build: - number: 0 + number: 1 entry_points: - annosine2 = AnnoSINE.AnnoSINE_v2:main script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed -vvv " @@ -27,6 +27,7 @@ requirements: - kiwisolver - matplotlib-base - numpy + - pandas - pillow - pyparsing - python