Skip to content

Commit

Permalink
add zenodo_get dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl committed Apr 12, 2024
1 parent 8b7c1f6 commit c4b0b7a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 13 deletions.
1 change: 1 addition & 0 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ requirements:
- ipp >=2021.10
- tqdm
- numba
- zenodo_get >1.5.1

#optional packages with version dependancies
run_constrained:
Expand Down
1 change: 1 addition & 0 deletions scripts/create_local_env_for_cil_development.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
14 changes: 1 addition & 13 deletions scripts/requirements-test.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -48,3 +35,4 @@ dependencies:
- pywavelets
- numba
- tqdm
- zenodo_get >1.5.1

0 comments on commit c4b0b7a

Please sign in to comment.