From bce602f4ff1e3a2672378ba3bdcf48a08ca31b32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Semid=C3=A1n=20Robaina=20Est=C3=A9vez?= Date: Fri, 3 Mar 2023 14:32:22 +0000 Subject: [PATCH] update conda meta --- envs/pynteny-dev.yml | 2 +- src/conda/conda_build_config.yaml | 2 ++ src/conda/meta.yaml | 15 ++++++++------- 3 files changed, 11 insertions(+), 8 deletions(-) create mode 100644 src/conda/conda_build_config.yaml diff --git a/envs/pynteny-dev.yml b/envs/pynteny-dev.yml index faf9f52..307578f 100644 --- a/envs/pynteny-dev.yml +++ b/envs/pynteny-dev.yml @@ -10,7 +10,7 @@ dependencies: - hmmer >= 3.3 - prodigal >= 2.6 - pyfastx >=0.8 - - biopython >= 1.8 + - biopython >= 1.8y - numpy - pandas - seqkit diff --git a/src/conda/conda_build_config.yaml b/src/conda/conda_build_config.yaml new file mode 100644 index 0000000..91d11b6 --- /dev/null +++ b/src/conda/conda_build_config.yaml @@ -0,0 +1,2 @@ +numpy: + - 1.16 \ No newline at end of file diff --git a/src/conda/meta.yaml b/src/conda/meta.yaml index d63430d..e58a5f2 100644 --- a/src/conda/meta.yaml +++ b/src/conda/meta.yaml @@ -17,20 +17,21 @@ build: requirements: build: - {{ compiler('c') }} + - {{ compiler('cxx') }} host: - - python >=3.8 + - python - poetry - pip run: - - python >=3.8 - - hmmer >=3.3 - - prodigal >=2.6 - - pyfastx >=0.8 - - biopython >=1.8 + - python + - hmmer + - prodigal + - pyfastx + - biopython - numpy - pandas - seqkit - - psutil >=5.9 + - psutil - requests - tqdm