tableau / TabPy

Execute Python code on the fly and display results in Tableau visualizations:
https://tableau.github.io/TabPy/
MIT License
1.57k stars 599 forks source link

Fail to install TabPy due to the deprecation of sklearn #578

Closed AmirMK closed 1 year ago

AmirMK commented 1 year ago

Environment information:

Describe the issue Installing tabpy via pip install tabpy caused an error due to the deprecation of sklearn. The name of the library needs to change to 'scikit-learn' in tabpy dependencies

image

nmannheimer commented 1 year ago

should be fixed in latest merge!

markvandenberg commented 1 year ago

pypi.org/project/tabpy still has sklearn in the Requires. When is the next release with this fix?