Fix Python 2 package dependencies and sub-dependencies [#5595].
authorBen Sturmfels <ben@sturm.com.au>
Thu, 30 Apr 2020 05:15:14 +0000 (15:15 +1000)
committerBen Sturmfels <ben@sturm.com.au>
Thu, 30 Apr 2020 06:45:42 +0000 (16:45 +1000)
commit663d052c70a6281dc76d12884a6b9f1447056b0c
tree16fcbc4efff63b8821a6da8f402eb45f22205c7a
parent06d8fc891778600ad282aa92f7eb143bad8ccb55
Fix Python 2 package dependencies and sub-dependencies [#5595].

This fixes the installation process *right now* on Python 2. The problem is that
packages are dropping Python 2 support all over the place and due to
our (deliberate) loose dependency version specifications and the loose
sub-dependency version specifications, it's one horrible mess. But it works
right now.

Next up I'll be pinning all the currently installed Python 2 packages and all
dependencies.
setup.py