Skip to content

Commit

Permalink
Merge pull request easybuilders#21983 from boegel/20241206110957_new_…
Browse files Browse the repository at this point in the history
…pr_medaka1113

add missing (optional) pyabpoa dependency as extension to medaka 1.11.3
  • Loading branch information
hajgato authored Dec 6, 2024
2 parents 2c6177e + 9426737 commit 1f6d0fe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions easybuild/easyconfigs/m/medaka/medaka-1.11.3-foss-2022a.eb
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ exts_list = [
('wurlitzer', '3.0.3', {
'checksums': ['224f5fe70618be3872c05dfddc8c457191ec1870654596279fcc1edadebe3e5b'],
}),
('pyabpoa', '1.5.3', {
'checksums': ['94714bb5c6be9f5ca35b66a5c63490237ebff2498ff93b82a842a9512b0bbc08'],
}),
(name, version, {
'checksums': ['940568212d152f573270967b02f6e841561cc43138b6aa15783c371457fef7b9'],
# remove TensorFlow version requirement which is too strict
Expand Down
3 changes: 3 additions & 0 deletions easybuild/easyconfigs/m/medaka/medaka-1.11.3-foss-2023a.eb
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ exts_list = [
('wurlitzer', '3.0.3', {
'checksums': ['224f5fe70618be3872c05dfddc8c457191ec1870654596279fcc1edadebe3e5b'],
}),
('pyabpoa', '1.5.3', {
'checksums': ['94714bb5c6be9f5ca35b66a5c63490237ebff2498ff93b82a842a9512b0bbc08'],
}),
(name, version, {
'checksums': ['940568212d152f573270967b02f6e841561cc43138b6aa15783c371457fef7b9'],
# Some requirements are too strict.
Expand Down

0 comments on commit 1f6d0fe

Please sign in to comment.