Skip to content
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

Support numpy > 1.21.6 #1093

Closed
SmartAudioTools opened this issue Jun 24, 2023 · 3 comments · Fixed by #1094
Closed

Support numpy > 1.21.6 #1093

SmartAudioTools opened this issue Jun 24, 2023 · 3 comments · Fixed by #1094
Assignees
Labels
bug Something isn't working

Comments

@SmartAudioTools
Copy link

Hello,
I would like to be able to use deepsparse with a numpy > 1.21.6 . Is it just a setup.py problem or is there a real incompatibility with numpy > 1.21.6 ?
Thanks

@SmartAudioTools SmartAudioTools added the bug Something isn't working label Jun 24, 2023
@dbogunowicz
Copy link
Contributor

Same answer as here: neuralmagic/sparsezoo#336

@mgoin mgoin linked a pull request Jun 27, 2023 that will close this issue
@mgoin mgoin closed this as completed Jun 27, 2023
@mgoin
Copy link
Member

mgoin commented Jun 27, 2023

Fix has landed! Thanks for bringing it up

@SmartAudioTools
Copy link
Author

Hello!
I'm still not able to install deepsparse with numpy>=1.22

ERROR: Cannot install deepsparse and numpy>=1.22 because these package versions have conflicting dependencies.

The conflict is caused by:
The user requested numpy>=1.22
deepsparse 1.5.2 depends on numpy>=1.16.3
onnx 1.12.0 depends on numpy>=1.16.6
sparsezoo 1.5.2 depends on numpy<=1.21.6 and >=1.0.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants