KxSystems / embedPy

Allows the kdb+ interpreter to call Python functions
https://code.kx.com/q/interfaces
Apache License 2.0
87 stars 42 forks source link

Pull Request to move the base image up to Debian 10 #114

Closed peteclarkez closed 2 years ago

peteclarkez commented 2 years ago

Currently the base is Deb 9 but would like to move this to Deb 10 in order to be able to use the latest versions of libraries. Specifically I want to be able to run from an embedPy base and also pull in a librdkafka versoin which is compatible with KX kfk.q.

Thanks To @cmccarthy1 who was able to include a change to the numpy checks which was required for the new version.

peteclarkez commented 2 years ago

Makes sense, I'd added that as I use the env file to run the docker containers.