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

numpy version requirements #298

Open
sltzgs opened this issue Sep 26, 2023 · 1 comment
Open

numpy version requirements #298

sltzgs opened this issue Sep 26, 2023 · 1 comment

Comments

@sltzgs
Copy link
Contributor

sltzgs commented Sep 26, 2023

Description

  • when importing quantus, I got the following error: TypeError: 'numpy._DTypeMeta' object is not subscriptable'

Steps to reproduce the behavior

  • numpy version 1.21.5
  • import quantus

Minimum acceptance criteria

  • after updating numpy to 1.26.0 the error was gone
  • add the required numpy version to the docs
@aaarrti
Copy link
Collaborator

aaarrti commented Oct 3, 2023

Hi @sltzgs,
could you please post a full stacktrace of the exception? It would also help if you could provide a code snippet, for which it occurred, and describe your environment.
As for the environment, it could be useful for us to know all the packages you have installed (e.g., pip freeze > requirements_old.txt), your OS and python distributions.

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

No branches or pull requests

2 participants