Closed
Description
I see the following warning on Julia 1.7 on using PyPlot
(which seems to use PyCall
internally):
┌ Warning: `vendor()` is deprecated, use `BLAS.get_config()` and inspect the output instead
│ caller = npyinitialize() at numpy.jl:67
└ @ PyCall ~/.julia/packages/PyCall/tqyST/src/numpy.jl:67
PyObject <matplotlib.legend.Legend object at 0x7f8a5b854e50>
Sorry I don't have a repro immediately as the warning doesn't tell me where in my code this is happening. However this is clearly arising because BLAS.vendor
is deprecated.
Metadata
Metadata
Assignees
Labels
No labels