From c4b0b7aec48a9e79eeaabf35b110656e16d4bb1d Mon Sep 17 00:00:00 2001 From: Casper da Costa-Luis Date: Fri, 12 Apr 2024 09:03:06 +0100 Subject: [PATCH] add zenodo_get dependency --- recipe/meta.yaml | 1 + scripts/create_local_env_for_cil_development.sh | 1 + scripts/requirements-test.yml | 14 +------------- 3 files changed, 3 insertions(+), 13 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index beaf267de4..dcb8a76e37 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -87,6 +87,7 @@ requirements: - ipp >=2021.10 - tqdm - numba + - zenodo_get >1.5.1 #optional packages with version dependancies run_constrained: diff --git a/scripts/create_local_env_for_cil_development.sh b/scripts/create_local_env_for_cil_development.sh index 16ef0222a5..0f1c50ec6d 100755 --- a/scripts/create_local_env_for_cil_development.sh +++ b/scripts/create_local_env_for_cil_development.sh @@ -64,6 +64,7 @@ conda_args=(create --name="$name" scikit-image scipy tqdm + zenodo_get'>1.5.1' ) if test -n "$cil_ver"; then echo "CIL version $cil_ver" diff --git a/scripts/requirements-test.yml b/scripts/requirements-test.yml index eb72894e91..e18eead920 100644 --- a/scripts/requirements-test.yml +++ b/scripts/requirements-test.yml @@ -1,16 +1,3 @@ -# Copyright 2023 United Kingdom Research and Innovation -# Copyright 2023 The University of Manchester -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# http://www.apache.org/licenses/LICENSE-2.0 -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# Authors: -# CIL Developers, listed at: https://github.com/TomographicImaging/CIL/blob/master/NOTICE.txt name: cil_dev channels: - conda-forge @@ -48,3 +35,4 @@ dependencies: - pywavelets - numba - tqdm + - zenodo_get >1.5.1