-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
ci: 👷 update numpy dependency to a simplified version constraint #1671
Conversation
b09b35a
to
40e3f23
Compare
01c6c36
to
de3a607
Compare
@LinasKo this change for helping inference to bump supervision version to latest and based on feedback I got @PawelPeczek-Roboflow asked me to relax numpy version for py38 and py39 and with this change it can install higher version than previously. Side note : I also remove pandas-stubs from metrics and based on tests all fine I am moving stubs under other typing package for mypy. |
|
1 - ) I can remove entirely for sure +1 |
de3a607
to
1f42a8f
Compare
I say this because as a user of mypy, having just installed |
Signed-off-by: Onuralp SEZER <[email protected]>
1f42a8f
to
89769e4
Compare
Description
Please include a summary of the change and which issue is fixed or implemented. Please also include relevant motivation and context (e.g. links, docs, tickets etc.).
List any dependencies that are required for this change.
Type of change
Please delete options that are not relevant.
How has this change been tested, please provide a testcase or example of how you tested the change?
YOUR_ANSWER
Any specific deployment considerations
For example, documentation changes, usability, usage/costs, secrets, etc.
Docs