Y
Hacker News
new
|
ask
|
show
|
jobs
by
RandomBK
737 days ago
I'm starting to see some packages break due to not pinning 1.x in their dependencies. `pip install numpy==1.*` is a quick and hacky way to work around those issues until the ecosystem catches up.
1 comments
globular-toast
737 days ago
"numpy~=1.0”
Is this not common knowledge? Also, pip install? Or do you mean some requirements file?
link
Is this not common knowledge? Also, pip install? Or do you mean some requirements file?