Closed matteobachetti closed 3 years ago
Just installed into a clean python 3.9 environment and things seemed to work fine.
One general comment (maybe this should be obvious?) is that the pip install requirements works fine, but if you do the same thing under conda there are several things that have different names (scikit-learn vs sklearn, for example) and some things don't seem to want to install.
I guess this is normal (and the installation instructions say to use pip).
Otherwise both the dash interface and standard clock creation seem to work fine.
I think you're fine to merge this in.
Ok, merging. I actually wasn't aware of (/did not remember about) the different naming and incompatibilities for conda packages :O
This should solve #42, and something more. It would be useful to test it in a safe environment to avoid regressions