lmcinnes / umap

Uniform Manifold Approximation and Projection
BSD 3-Clause "New" or "Revised" License
7.46k stars 809 forks source link

Drop dependency on TBB on non-Intel deployments #1045

Closed hamelin closed 1 year ago

hamelin commented 1 year ago

The project depends on package `tbb', short for Intel's Thread Building Blocks. Obviously, this cannot possibly install on to ARM processors. This PR arranges for the setup script to include the dependency only on Intel-based machines (regardless of OS).

hamelin commented 1 year ago

This PR depends on #1044 let's clear that one first.