Richard Frank
Richard Frank
👍 for reproducible results
@AndydeCleyre Yep, I see [it](https://github.com/jazzband/pip-tools/pull/1329/files#diff-4d72add98acf8c426866899357a936987e567ad30d6b9064c97d94ea96cd77baR151-R153)! (FWIW you don't need the generator expression.) Sounds like we're in agreement on the behavior. Feel free to use yours instead, unless you want to...
Looks like this behavior was changed in https://github.com/jazzband/pip-tools/pull/1031. There's relevant [discussion](https://github.com/jazzband/pip-tools/pull/1031#pullrequestreview-344925098) in that PR, but I can't tell whether this exact case was intentionally changed. @AndydeCleyre might be able to...
> Pip-compile should raise an error while trying to upgrade a package which doesn't exist in a requirements.in. > is that a reasonable and good expectation? For what it's worth,...
Yep, definitely an option as well!
Hi @AstraLuma , I think https://github.com/jazzband/pip-tools/pull/1519 fixes this, but would you check too?
Let me know if you disagree, but I think there are a two separate things going on here: * The URL requirement for `dramatiq` is missing its extras in the...
Hi @weiguang-zz . It looks like you're failing to `pip install bcolz` in a conda env via the dev-install. Are you able to install it on its own? Have you...
You could use the (py36) requirements lockfile: https://github.com/quantopian/zipline/blob/master/etc/requirements_py36_locked.txt
xref https://github.com/quantopian/zipline/issues/2665