Skip to content

Commit 92e0e0b

Browse files
Replace opencv dependency with headless version
Signed-off-by: Jacob Stopak <jacob@initialcommit.io>
1 parent a75e007 commit 92e0e0b

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,6 @@ $ git-sim <subcommand> -h
6464
* Python 3.7 or greater
6565
* Pip (Package manager for Python)
6666
* [Manim (Community version)](https://www.manim.community/)
67-
* GitPython
68-
* OpenCV
6967

7068
## Commands
7169
Basic usage is similar to Git itself - `git-sim` takes a familiar set of subcommands including "log", "status", "add", "restore", "commit", "stash", "branch", "tag", "reset", "revert", "merge", "rebase", "cherry-pick", along with corresponding options.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
install_requires=[
2323
'gitpython',
2424
'manim',
25-
'opencv-python',
25+
'opencv-python-headless',
2626
],
2727
keywords='git sim simulation simulate git-simulate git-simulation git-sim manim animation gitanimation image video dryrun dry-run',
2828
project_urls={

0 commit comments

Comments
 (0)