Skip to content

Dependencies are very strictly pinned #10

Description

@hsaunders1904

Description

I'm trying to use your very useful code as a library, but I'm running into an issue involving conflicting dependencies.

My project depends on numpy, and requires version 2.0.0 or greater. However, your requirements.txt file pins numpy to version 1.26.4:

.
Hence, when I try to install your library into my poetry environment, it can't reconcile the versions and I get an error.

Would it be possible to relax the constraints on your dependencies so that I can use your library with a different version of numpy?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions