Closed yurivict closed 1 year ago
Good catch, any other suggestions other than pandas?
You can 'grep import *' and see what other dependencies does it install.
Conclusion is it's just pandas
and pathlib
. I've added in the line within setup.py
so this should now be clear.
At least pandas should be in the dependency list.