Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions test/easyconfigs/easyconfigs.py
Original file line number Diff line number Diff line change
Expand Up @@ -620,6 +620,8 @@ def check_dep_vars(self, gen, dep, dep_vars):
# UShER requires tbb-2020.3 as newer versions will not build
# orthagogue requires tbb-2020.3 as 2021 versions are not backward compatible with the previous releases
'tbb': [('2020.3', ['UShER-0.5.0-', 'orthAgogue-20141105-'])],
# TensorFlow 2.15.1 depends on tensorboard 2.15.1
'tensorboard': [('2.15.1', ['TensorFlow-2.15.1-']),
'TensorFlow': [
# medaka 1.5.0 (foss/2021a) depends on TensorFlow >=2.5.2, <2.6.0
('2.5.3;', ['medaka-1.5.0-']),
Expand Down