Skip to content

Commit

Permalink
Fix numpy deprecation warnings (#2290)
Browse files Browse the repository at this point in the history
  • Loading branch information
samtygier-stfc authored Jul 31, 2024
2 parents 45416e7 + 004069e commit ae9b136
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ requirements:
- pip
- astropy=6.0.*
- scipy=1.14.*
- scikit-image=0.19.*
- scikit-image=0.20.*
- tifffile=2023.7.18
- imagecodecs=2023.1.23
- numpy=1.26.*
Expand All @@ -30,7 +30,8 @@ requirements:
- cupy=12.3.*
- astra-toolbox=2.0.0
- requests=2.27.*
- h5py=3.7.*
- h5py=3.9.*
- hdf5=1.14.2
- psutil=5.9.*
- cil=24.0.*
- ccpi-regulariser
Expand Down
1 change: 1 addition & 0 deletions docs/release_notes/next/dev-2289-fix-numpy-deprecation
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#2289: updated packages to deal with numpy deprecation warnings leading towards 2.0

0 comments on commit ae9b136

Please sign in to comment.