Skip to content

Commit

Permalink
adding easyconfigs: umap-learn-0.5.3-foss-2020b.eb
Browse files Browse the repository at this point in the history
  • Loading branch information
lexming committed Jan 19, 2023
1 parent 8ab2531 commit a3ca823
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions easybuild/easyconfigs/u/umap-learn/umap-learn-0.5.3-foss-2020b.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# Author: Denis Krišťák (INUITS)
# This is a contribution from HPCNow! (http://hpcnow.com)
# Update: Erica Bianco <[email protected]>
# License:: GPL-v3.0
easyblock = "PythonBundle"

name = 'umap-learn'
version = '0.5.3'

homepage = 'https://umap-learn.readthedocs.io/en/latest/'
description = """
Uniform Manifold Approximation and Projection (UMAP) is a dimension reduction technique
that can be used for visualisation similarly to t-SNE, but also for general non-linear
dimension reduction.
"""

toolchain = {'name': 'foss', 'version': '2020b'}
dependencies = [
('Python', '3.8.6'),
('SciPy-bundle', '2020.11'),
('scikit-learn', '0.23.2'),
('numba', '0.53.1'),
('LLVM', '11.0.0'),
('tqdm', '4.56.2'),
]

use_pip = True

exts_list = [
('pynndescent', '0.5.7', {
'checksums': ['ecb395255fa36a748b5870b4ba0300ea0f7da8b1964864b8edd62577a84dfd7d'],
}),
(name, version, {
'modulename': 'umap',
'checksums': ['dbd57cb181c2b66d238acb5635697526bf24c798082daed0cf9b87f6a3a6c0c7'],
}),
]

sanity_pip_check = True

moduleclass = 'tools'

0 comments on commit a3ca823

Please sign in to comment.