Skip to content

syotools version number is incorrect in the .yml file #15

@rzellem

Description

@rzellem

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions