Check code compatibility including dependencies #248
Unanswered
ego-lay-atman-bay
asked this question in
Q&A
Replies: 1 comment
-
Vermin can only check code. So either you check the code of the dependencies or you have to look up what each project states they support of versions. The latter is, unfortunately, out-of-scope of the project. |
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.
-
I just recently used vermin to check what the minimum python version my module can run on, and I got 3.8. I set up a 3.8 venv to verify that it could indeed run, and then when I installed the dependencies (requirements), it through an error saying that numpy didn't have a compatible version.
I'm wondering how I can use vermin to check the minimum version my code can run in, as well as external modules.
Beta Was this translation helpful? Give feedback.
All reactions