dstoolbox icon indicating copy to clipboard operation
dstoolbox copied to clipboard

setup.py and requirements.txt have inconsistent dependencies

Open BrenBarn opened this issue 5 years ago • 2 comments

setup.py requires scikit-learn>=0.20,<0.21dev0 while the requirements.txt lists scikit-learn>=0.21,<0.23dev0, which appear to be mutually exclusive. It looks like the latter was updated recently while the former has not been updated for a year and a half.

BrenBarn avatar Feb 29 '20 06:02 BrenBarn

Thanks for the heads up

BenjaminBossan avatar Feb 29 '20 11:02 BenjaminBossan

#41

BenjaminBossan avatar Feb 29 '20 11:02 BenjaminBossan