Skip to content

Commit

Permalink
modify numpy version
Browse files Browse the repository at this point in the history
(cherry picked from commit 224a2fc)
  • Loading branch information
yimelia committed May 12, 2023
1 parent 3c4902f commit 078e95c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Pillow>=3.4.0
requests>=2.11.1
six
mss==6.1.0
numpy<=1.19.5
numpy
opencv-contrib-python>=4.4.0.46, <=4.6.0.66
facebook-wda>=1.3.3
pywinauto==0.6.3
Expand Down
4 changes: 0 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@ def parse_requirements(filename):
reqs.remove("facebook-wda>=1.3.3")
reqs.remove("mss==6.1.0")
reqs.append("mss==4.0.3")
# m1 mac, python>3.6
if platform.processor() == "arm":
reqs.remove("numpy<=1.19.5")
reqs.append("numpy")
return reqs


Expand Down

0 comments on commit 078e95c

Please sign in to comment.