Cameron Kingsbury
Cameron Kingsbury
When using `pkgs.python3.withPackages`, for example, I can easily provide my own custom libraries or overlays to the environment. What is the course of action for supplying a package that is...
[missingno](https://github.com/ResidentMario/missingno)
[kaggle](https://github.com/Kaggle/kaggle-api)
[pandas-profiling](https://github.com/ydataai/pandas-profiling)
Steps to reproduce: repl with only openblas/mkl neanderthal: ``` clj -Sdeps '{:deps {org.uncomplicate/neanderthal-base {:mvn/version "0.57.0"} org.uncomplicate/neanderthal-openblas {:mvn/version "0.57.0"} org.bytedeco/openblas-platform {:mvn/version "0.3.30-1.5.12"}}}' ``` OR ``` clj -Sdeps '{:deps {org.uncomplicate/neanderthal-base {:mvn/version "0.57.0"}...