|
|
|
|
|
by hannibalhorn
2040 days ago
|
|
Then switch to poetry, why break pip? The dependency I referenced actually uses poetry, and the reason it's borked is because "poetry add pandas" back when 0.25.1 was current meant effectively adding "poetry==^0.25.1" to requirements.txt, even though the one line of actual code that uses pandas works on pretty much any version I've ever seen. |
|