3 ms·
You're goat, I'm trying to reproduce code from a paper and by following their instructions I can't even get packages to install because they conflict
by amarcheschi 7d ago
You're goat, I'm trying to reproduce code from a paper and by following their instructions I can't even get packages to install because they conflict
- ErikBjare 6d agoThey probably didn't conflict at the time, see if you tell the resolver to use versions no newer than the publication date (like uv's `exclude-newer` option). I've gotten deps for older research code to install with that one simple trick.