david-cortes / isotree

(Python, R, C/C++) Isolation Forest and variations such as SCiForest and EIF, with some additions (outlier detection + similarity + NA imputation)
https://isotree.readthedocs.io
BSD 2-Clause "Simplified" License
186 stars 38 forks source link

Using with python3.8 and numpy==1.24.4 #54

Closed MikeMACintosh closed 1 year ago

MikeMACintosh commented 1 year ago

Thanks for great work! Is it possible to use this project with python3.8 and numpy 1.24.4?

I have error when I try to install latest isotree versions in this config.

Thank you, Mike

david-cortes commented 1 year ago

I guess it should be be possible, but cannot tell for sure. You'll need to create your own wheel bypassing the build environment used here though - you can google about it for more info.