Skip to content

Commit

Permalink
Merge d2a69c1 into d214e5d
Browse files Browse the repository at this point in the history
  • Loading branch information
sleighsoft committed Oct 10, 2019
2 parents d214e5d + d2a69c1 commit 71cf631
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Expand Up @@ -2,3 +2,4 @@ numpy>=1.13
scipy>=1.0
scikit-learn>=0.20
numba>=0.42
tbb>=2019.0
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -35,7 +35,8 @@ def readme():
'install_requires': ['numpy >= 1.13',
'scikit-learn >= 0.20',
'scipy >= 1.0',
'numba >= 0.42'],
'numba >= 0.42',
'tbb >= 2019.0'],
'ext_modules' : [],
'cmdclass' : {},
'test_suite' : 'nose.collector',
Expand Down
2 changes: 0 additions & 2 deletions umap/__init__.py
Expand Up @@ -3,8 +3,6 @@
# Workaround: https://github.com/numba/numba/issues/3341
import numba

numba.config.THREADING_LAYER = "workqueue"

import pkg_resources

__version__ = pkg_resources.get_distribution("umap-learn").version

0 comments on commit 71cf631

Please sign in to comment.