Skip to content

Commit

Permalink
also add umap-learn to list of exceptions for using LLVM 10.0.1 as dep
Browse files Browse the repository at this point in the history
  • Loading branch information
boegel committed May 22, 2021
1 parent 412b445 commit f744e24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/easyconfigs/easyconfigs.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,8 +295,8 @@ def check_dep_vars(self, gen, dep, dep_vars):
(r'8\.', [r'numba-0\.47\.0-', r'librosa-0\.7\.2-', r'BirdNET-20201214-',
r'scVelo-0\.1\.24-', r'PyTorch-Geometric-1\.[34]\.2']),
(r'10\.0\.1', [r'cell2location-0\.05-alpha-', r'cryoDRGN-0\.3\.2-', r'loompy-3\.0\.6-',
r'numba-0\.52\.0-', r'PyOD-0\.8\.7-',
r'PyTorch-Geometric-1\.6\.3', r'scanpy-1\.7\.2-']),
r'numba-0\.52\.0-', r'PyOD-0\.8\.7-', r'PyTorch-Geometric-1\.6\.3',
r'scanpy-1\.7\.2-', r'umap-learn-0\.4\.6-']),
],
# 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 f744e24

Please sign in to comment.