pafoster / pyitlib

A library of information-theoretic methods for data analysis and machine learning, implemented in Python and NumPy.
MIT License
90 stars 17 forks source link

Fixed problem due to the scikit-learn version requirement #18

Open hbenazha opened 1 year ago

luk-fer commented 12 months ago

without this PR it's impossible to install pyitlib in existing environments, which cannot be downgraded to 0.24

zankyr commented 7 months ago

Up-vote this PR: currently I can't install pyitlib==0.2.3 on my M1 machine due to problems with the version of scikit-learn, not working on my machine. I tried cloning this repo, changing the requirements as suggested, and everything compiles without problems.