Skip to content

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
shravanasati committed Oct 14, 2024
1 parent 1d7d4b4 commit e47d170
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@

## Installation
Install on Windows:
`pip install pyscreenrec`
`pip install -U pyscreenrec`

Install on Linux/macOS:
`pip3 install pyscreenrec`
`pip3 install -U pyscreenrec`

<br>

Expand Down
12 changes: 5 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
PyScreeze == 0.1.26

natsort == 7.1.1

opencv_python == 4.4.0.46

setuptools == 47.1.0
natsort==8.4.0
numpy==1.26.4
opencv-python==4.9.0.80
pillow==10.4.0
PyScreeze==0.1.30

0 comments on commit e47d170

Please sign in to comment.