Skip to content

Commit

Permalink
Added requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
shaenr committed Jan 30, 2021
1 parent 7fa1c55 commit 40a8237
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,5 @@ By running the sript **img2img_color.py** or **img2img.py** with different value
* **cv2**
* **PIL**
* **numpy**

`python3 -m pip install -r requirements.txt`
3 changes: 3 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
numpy==1.19.5
opencv-python==4.5.1.48
Pillow==8.1.0

0 comments on commit 40a8237

Please sign in to comment.