-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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:
| numpy==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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels