diff --git a/easybuild/easyconfigs/c/cryoCARE/cryoCARE-0.3.1-foss-2023a-CUDA-12.1.1.eb b/easybuild/easyconfigs/c/cryoCARE/cryoCARE-0.3.1-foss-2023a-CUDA-12.1.1.eb index 2d3013df33a..44554510074 100644 --- a/easybuild/easyconfigs/c/cryoCARE/cryoCARE-0.3.1-foss-2023a-CUDA-12.1.1.eb +++ b/easybuild/easyconfigs/c/cryoCARE/cryoCARE-0.3.1-foss-2023a-CUDA-12.1.1.eb @@ -40,13 +40,18 @@ sanity_pip_check = True exts_list = [ (name, version, { - 'patches': ['%(name)s-0.3.0_relax_requirements.patch'], + 'patches': [ + '%(name)s-0.3.0_relax_requirements.patch', + 'cryoCARE-0.3.1_fix_np1.20.0deprecations.patch', + ], 'source_urls': ['https://github.com/juglab/cryoCARE_pip/archive/refs/tags/'], 'sources': ['v%(version)s.tar.gz'], 'checksums': [ {'v0.3.1.tar.gz': 'faf1e06e4a893bf01a6a70b207b75c6ff190310d03fb9b9b56a4be7937935d54'}, {'cryoCARE-0.3.0_relax_requirements.patch': 'a44814f6e568f5fb618cf789d21a6b5714fbda78b4170ec8e868e50fb0f2a5c0'}, + {'cryoCARE-0.3.1_fix_np1.20.0deprecations.patch': + 'a25e3a540016db02d47b82e2104763e376340b80d0d1012ece7bb4a53f8bcdb9'} ], }), ]