I'm trying to build a software environment for deep-learning that uses caffe, among many other packages. It seems to be fairly brittle: it's real easy to break if the dependencies aren't exact. I don't know for sure that they absolutely must have scikit-image 0.93, but that is what the developers are using and I'm just trying to be safe with version numbers.
-------------------------------------------- On Tue, 1/10/17, Stefan van der Walt <stefanv@berkeley.edu> wrote:
Subject: Re: [scikit-image] Older versions of scikit-image To: "James Board" <jpboard2@yahoo.com>, scikit-image@python.org Date: Tuesday, January 10, 2017, 2:11 PM
On Tue, Jan 10, 2017, at 09:15, James Board via scikit-image wrote:
Where can I download scikit-image version 0.93? There is a list of
versions here http://scikit-image.org/docs/dev/install.html But the links to older versions don't take me to an actual download page.
Do you have a specific need for such an old version? Otherwise, you can install via pip on most platforms (or conda, if you use that).
Stéfan