Skip to content

Make numpy a direct dependency of Norfair. #233

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

Merged
merged 1 commit into from
Dec 26, 2022
Merged

Conversation

facundo-lezama
Copy link
Collaborator

@facundo-lezama facundo-lezama commented Dec 23, 2022

Norfair uses numpy in almost every place, but numpy wasn't a direct dependency and was installed when installing other dependencies. With the changes in this PR, numpy is defined as a direct dependency, and versions are determined based on the Python versions.

Since no numpy version is compatible with both Python 3.6 and 3.10, we needed to be more specific on the version definitions.

NOTE: When we decide to deprecate Python 3.6, we should modify the versions accordingly.

Also, we updated the motmetrics version to 1.4.0 to handle some issues regarding the new numpy version 1.24.0.

@facundo-lezama facundo-lezama marked this pull request as ready for review December 23, 2022 20:05
@facundo-lezama facundo-lezama force-pushed the numpy-dependency branch 2 times, most recently from e1f2f4b to fd44aef Compare December 26, 2022 12:55
@facundo-lezama facundo-lezama merged commit cfe6b83 into master Dec 26, 2022
@facundo-lezama facundo-lezama deleted the numpy-dependency branch December 26, 2022 13:46
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

Successfully merging this pull request may close these issues.

2 participants