Skip to content

Commit

Permalink
Update faq.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ZwwWayne authored Mar 30, 2021
1 parent fd65204 commit 90f9dd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ We list some potential troubles encountered by users and developers, along with

``TypeError: expected dtype object, got 'numpy.dtype[bool_]'``

please downgrade numpy to < 1.20.0 or install numba == 0.48 from source, because numpy==1.20.0 'np.dtype' now produces subclass due to API change.
please downgrade numpy to < 1.20.0 or install numba == 0.48 from source, because in numpy==1.20.0, `np.dtype` produces subclass due to API change.

0 comments on commit 90f9dd9

Please sign in to comment.