Too many dependencies #288
zain-sohail
started this conversation in
General
Replies: 2 comments 1 reply
-
Like you mentioned @rettigl, it seems pynxtools has a big dependency list. And many of the things done there are not really relevant to us. I looked at the licensing and in principle, it's possible we take the convertor part of their code and just use that. |
Beta Was this translation helpful? Give feedback.
1 reply
-
I saw that opencv-python is a dependency for sed but I couldn't find it being imported anywhere @rettigl |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We had a short discussion about this in a PR
We should see what dependencies we can go away from.
For example, I see that even though we don't include sphinx in our package directly, because symmetrize includes it, we end up installing it too. I guess there are many more such stuff.
Beta Was this translation helpful? Give feedback.
All reactions