You should ask on the scikit image mailing list. However you could update the version of the dependencies. It would solve the issues (maybe creating some others if you were relating on old features of those packages) Sent from my phone - sorry to be brief and potential misspell.
Hi everyone,
I updated the version of SCIKIT_IMAGE used in circle build to 0.14.0. This is the error that I got UnsatisfiableError: The following specifications were found to be in conflict:
- numpy=1.8.2
- scikit-image=0.14.0 -> scipy[version='>=0.17']
Use "conda info <package>" to see the dependencies for each package.
So I updated scipy version to 1.1.0 and I get this error now UnsatisfiableError: The following specifications were found to be in conflict:
- pandas=0.13.1
- scipy=1.1.0
Use "conda info <package>" to see the dependencies for each package.
Should I update the versions of everything ? Or am I doing something wrong ? Regards, Prathusha JS Naidu |
_______________________________________________ scikit-learn mailing list scikit-learn@python.org https://mail.python.org/mailman/listinfo/scikit-learn