Skip to content

Commit

Permalink
v2.0.8
Browse files Browse the repository at this point in the history
⬆️ upgrade nunpy for avoid this error "RuntimeError: module compiled against API version 0xe but this version of numpy is 0xd"
  • Loading branch information
mastrolube committed May 15, 2021
1 parent 22c739c commit 5449c9d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion GramAddict/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.0.7"
__version__ = "2.0.8"
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
colorama==0.4.4
ConfigArgParse==1.4
matplotlib==3.4.2
numpy==1.19.3
numpy==1.20.3
PyYAML==5.4
uiautomator2==2.15.2
urllib3==1.26.4
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"colorama==0.4.4",
"ConfigArgParse==1.4",
"matplotlib==3.4.2",
"numpy==1.19.3",
"numpy==1.20.3",
"PyYAML==5.4",
"uiautomator2==2.15.2",
"urllib3==1.26.4",
Expand Down

0 comments on commit 5449c9d

Please sign in to comment.