Skip to content
This repository was archived by the owner on Dec 3, 2024. It is now read-only.

Suggest to loosen the dependency on sacredΒ #9

@Agnes-U

Description

@Agnes-U

Hi, your project skin-data-augmentation(commit id: 91c6109) requires "sacred==0.7.4" in its dependency. After analyzing the source code, we found that the following versions of sacred can also be suitable, i.e., sacred 0.7.3, since all functions that you directly (3 APIs: sacred.experiment.Experiment.init, sacred.observers.file_storage.FileStorageObserver.create, sacred.observers.telegram_obs.TelegramObserver.from_config) or indirectly (propagate to 22 sacred's internal APIs and 21 outsider APIs) used from the package have not been changed in these versions, thus not affecting your usage.

Therefore, we believe that it is quite safe to loose your dependency on sacred from "sacred==0.7.4" to "sacred>=0.7.3,<=0.7.4". This will improve the applicability of skin-data-augmentation and reduce the possibility of any further dependency conflict with other projects.

May I pull a request to further loosen the dependency on sacred?

By the way, could you please tell us whether such an automatic tool for dependency analysis may be potentially helpful for maintaining dependencies easier during your development?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions