Skip to content

Commit

Permalink
Merge branch 'TEParsons:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
TEParsons authored Apr 19, 2024
2 parents ac65a09 + d286855 commit 4ac50c2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ changelog = "https://github.com/psychopy/psychopy-legacy/blob/main/CHANGELOG.md"
# dependencies for using different movie stims
movie2 = [
"opencv-python",
"python-vlc == 3.0.11115; platform_system == \"Windows\"",
"python-vlc >= 3.0.12118; platform_system != \"Windows\"",
"python-vlc",
]
movie3 = [
"moviepy",
Expand All @@ -34,8 +33,7 @@ docs = [
"furo",
"moviepy",
"opencv-python",
"python-vlc == 3.0.11115; platform_system == \"Windows\"",
"python-vlc >= 3.0.12118; platform_system != \"Windows\"",
"python-vlc",
]
# dependencies for running the test suite
tests = [
Expand Down

0 comments on commit 4ac50c2

Please sign in to comment.