Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

At least for python, just pinning the top level dependencies are not enough. if you pin tensorflow==2.4.0, it doesn’t pin its required packages, rather it just defines a range. An example would be tf will try to get wheel>=0.26 (which was released in 2015 and is currently on release 0.36.2)


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: