IntelPython / sdc

Numba extension for compiling Pandas data frames, Intel® Scalable Dataframe Compiler
https://intelpython.github.io/sdc-doc/
BSD 2-Clause "Simplified" License
645 stars 61 forks source link

Tests fails in CentOS 7 container #934

Open PokhodenkoSA opened 3 years ago

PokhodenkoSA commented 3 years ago

SDC testing CI does not work in CentOS 7 docker container It was hard to indicate the problem via debugger just tried Ubuntu image. It is because there are new dependencies for SDC to Numba, dpNP and dpCtl which are compiled on Ubuntu images.

It is necessary to decide what are new OS requirements for SDC!