➜ compile-test cat <<EOF > example.txt
datalab
EOF
➜ compile-test pip-compile example.txt -o requirements.txt
Could not find a version that matches six<2dev,==1.10.0,>=1.10.0,>=1.11.0,>=1.5,>=1.6.1,>=1.9
Tried: 0.9.0, 0.9.1, 0.9.2, 1.0.0, 1.1.0, 1.2.0, 1.3.0, 1.4.0, 1.4.1, 1.5.0, 1.5.0, 1.5.1, 1.5.1, 1.5.2, 1.5.2, 1.6.0, 1.6.0, 1.6.1, 1.6.1, 1.7.0, 1.7.0, 1.7.1, 1.7.1, 1.7.2, 1.7.2, 1.7.3, 1.7.3, 1.8.0, 1.8.0, 1.9.0, 1.9.0, 1.10.0, 1.10.0, 1.11.0, 1.11.0, 1.12.0, 1.12.0
Skipped pre-versions: 1.0b1
There are incompatible versions in the resolved dependencies.
This looks like the minimum base versions of pydatalab's other dependencies have higher six requirements than pydatalab. I can't tell if the beam issue referenced is resolved, but if so, it would be fantastic to free this from six==1.1.0.
Hi there! 👋 This feels like a successor to #678.
I'm trying to use
pip-compileto create my own deterministic installs that include pydatalab. Unfortunately this fails due to the way that six is currently being pinned to 1.1.0:When I try to run pip-compile with datalab as its only requirement on Python 3.6.8, I get this:
This looks like the minimum base versions of pydatalab's other dependencies have higher six requirements than pydatalab. I can't tell if the beam issue referenced is resolved, but if so, it would be fantastic to free this from six==1.1.0.