Skip to content

Add support for NumPy 1.24.* (pt. 2) #221

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
May 19, 2023
Merged

Add support for NumPy 1.24.* (pt. 2) #221

merged 1 commit into from
May 19, 2023

Conversation

semjon00
Copy link
Collaborator

@semjon00 semjon00 commented May 19, 2023

Just after I thought it worked, I noticed another issue. 😅
Somehow my venv ended up in a state where it had transforms3d==0.2.1 installed (which is many years old and does not work with NumPy 1.24.*). I bumped it to 0.4.1. It is the latest version and it worked on my machine. Not sure if it works elsewhere, too, since I could not find where this module is used. So probably requires some testing.

Also, did some refactoring on the dependency installation logic. It could be refactored further (where it installs the exact versions), but does not look necessary to my eye right now.

@thygate

P.S. Thanks for merging the previous MR so fast!

@thygate thygate merged commit 568fb4c into thygate:main May 19, 2023
@semjon00
Copy link
Collaborator Author

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

Successfully merging this pull request may close these issues.

2 participants