When I install a new Conda environment using the hwotools.yml file, it forces a pip install of syotools version 1.1.13. But then when I run the test script SourceBasicRun.py, it fails when it tries to call syotools.models.Source. When I dir(stools.models), Source does not exist.
However, when I force syotools version 1.3 to run (latest version on pip), then Source does exist and the code is happier.
I think that the pip install on the hwotools.yml file version ==1.1.13 should be removed so it can grab the latest version of syotools instead.