▲ | akx 15 days ago | |||||||||||||
> Using pip-installed libraries brings in the famous packaging problems, but you don't have to use it! These days, with uv and PEP 723 inline script metadata, that's not an issue either.
and
will just Do The Right Thing. | ||||||||||||||
▲ | indentit 14 days ago | parent [-] | |||||||||||||
And if you come back to this script in a few years time and it pulls a newer version of numpy with an incompatible api, there is no easy way of knowing which version it was designed to be used with... | ||||||||||||||
|