diff --git a/recipe/meta.yaml b/recipe/meta.yaml index beaf267de4..18755c0fa6 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -87,6 +87,7 @@ requirements: - ipp >=2021.10 - tqdm - numba + - zenodo_get #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..d7bfbff6ac 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 ) 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..45e1eb0d2b 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