Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Less strict dependencies #14

Open
AzHicham opened this issue Jul 9, 2023 · 0 comments
Open

Less strict dependencies #14

AzHicham opened this issue Jul 9, 2023 · 0 comments

Comments

@AzHicham
Copy link

AzHicham commented Jul 9, 2023

Hello,

Thank you for this library!
Would it be possible to set less strict dependencies ?
ie have

ndarray = { version = "0.15", default-features = false, optional = true }
nalgebra = { version = "0.30", default-features = false, optional = true }
image = { version = "0.24", default-features = false, optional = true }

instead of

ndarray = { version = "0.15.4", default-features = false, optional = true }
nalgebra = { version = "0.30.1", default-features = false, optional = true }
image = { version = "0.24.0", default-features = false, optional = true }

In order to avoid conflict (especially with onnxruntime 0.16)

Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant