Skip to content

Commit

Permalink
Remove tbb requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
lmcinnes committed Jun 30, 2020
1 parent 963ae16 commit 2c09fde
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion requirements.txt
Expand Up @@ -2,4 +2,3 @@ numpy>=1.17
scipy>=1.3.1
scikit-learn>=0.20
numba>=0.46,!=0.47
tbb>=2019.0
3 changes: 1 addition & 2 deletions setup.py
Expand Up @@ -47,7 +47,6 @@ def readme():
"scikit-learn >= 0.20",
"scipy >= 1.3.1",
"numba >= 0.46, != 0.47",
"tbb",
],
"extras_require": {
"plot": [
Expand All @@ -58,7 +57,7 @@ def readme():
"holoviews",
"colorcet",
],
"performance": ["pynndescent >= 0.4"],
"performance": ["pynndescent >= 0.4", "tbb >= 2019.5"],
},
"ext_modules": [],
"cmdclass": {},
Expand Down

0 comments on commit 2c09fde

Please sign in to comment.