Skip to content

Commit

Permalink
add missing space in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
boegel committed Apr 29, 2020
1 parent dff098c commit e62ddf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/easyconfigs/easyconfigs.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ def check_dep_vars(self, dep, dep_vars):
# numba 0.47.x requires LLVM 7.x or 8.x (see https://github.com/numba/llvmlite#compatibility)
# both scVelo and Python-Geometric depend on numba
'LLVM': (r'8\.', [r'numba-0\.47\.0-', r'scVelo-0\.1\.24-', r'PyTorch-Geometric-1\.[34]\.2']),
# medaka 0.11.4/0.12.0requires recent TensorFlow <= 1.14 (and Python 3.6), artic-ncov2019 requires medaka
# medaka 0.11.4/0.12.0 requires recent TensorFlow <= 1.14 (and Python 3.6), artic-ncov2019 requires medaka
'TensorFlow': ('1.13.1;', ['medaka-0.11.4-', 'medaka-0.12.0-', 'artic-ncov2019-2020.04.13']),
# rampart requires nodejs > 10, artic-ncov2019 requires rampart
'nodejs': ('12.16.1', ['rampart-1.2.0rc3-', 'artic-ncov2019-2020.04.13']),
Expand Down

0 comments on commit e62ddf8

Please sign in to comment.