alteryx / autonormalize

python library for automated dataset normalization
https://blog.featurelabs.com/automatic-dataset-normalization-for-feature-engineering-in-python/
BSD 3-Clause "New" or "Revised" License
111 stars 16 forks source link

Update version requirements #13

Closed rwedge closed 2 years ago

rwedge commented 4 years ago

The featuretools requirement is set to >=0.0.0, but for example I do not think

import featuretools.autonormalize

will run on feauretools version 0.6.1 or lower

We should do some testing to explore what range is actually functional

rwedge commented 2 years ago

now requires featuretools 1.0 or higher