numexpr icon indicating copy to clipboard operation
numexpr copied to clipboard

`site.cfg` is ignored when using `pip`

Open robbmcleod opened this issue 3 years ago • 0 comments

Seems like you can build against MKL by using python setup.py install still, but the new system designed around pyproject.toml and setup.cfg seems to ignore the effort to build MKL if you use pip -install -e . to do a development install.

robbmcleod avatar Sep 04 '22 22:09 robbmcleod