From b0d771c2f5efbf6d010389ecfdd113db1133e47f Mon Sep 17 00:00:00 2001 From: Bioconda Bot <47040946+BiocondaBot@users.noreply.github.com> Date: Tue, 21 Jan 2025 01:20:35 -0500 Subject: [PATCH] Update psims to 1.3.5 (#53313) * Update psims to 1.3.5 * Update meta.yaml --------- Co-authored-by: Joshua Zhuang <71105179+mencian@users.noreply.github.com> --- recipes/psims/meta.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/recipes/psims/meta.yaml b/recipes/psims/meta.yaml index 64e6ca723d030..87eb1af2728da 100644 --- a/recipes/psims/meta.yaml +++ b/recipes/psims/meta.yaml @@ -1,5 +1,5 @@ -{% set version = "1.3.4" %} -{% set sha256 = "4cac9368616118186fe12dc137adcd12d934df5013956816615b5eaa95cb0573" %} +{% set version = "1.3.5" %} +{% set sha256 = "e909c65e56612000900901273c086adf5d88a4f3dd150ca7eb7b34f04b6b01e1" %} package: name: "psims" @@ -11,7 +11,7 @@ source: build: number: 0 - script: "{{ PYTHON }} -m pip install . --no-deps --no-build-isolation -vvv" + script: "{{ PYTHON }} -m pip install . --no-deps --no-build-isolation --no-cache-dir -vvv" noarch: python run_exports: - {{ pin_subpackage('psims', max_pin='x') }} @@ -20,6 +20,7 @@ requirements: host: - pip - python >=3.9 + - setuptools run: - python >=3.9 - lxml