Skip to content

Commit

Permalink
Update requirements-full.txt to fix security vulnerability (#358)
Browse files Browse the repository at this point in the history
  • Loading branch information
pauladkisson authored Sep 16, 2024
1 parent f507246 commit 60c83a4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions requirements-full.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
tifffile>=2018.10.18
scanimage-tiff-reader>=1.4.1.4
neuroconv[video]>=0.4.6 # Uses the VideoCaptureContext class
opencv-python-headless>=4.5.1.48
opencv-python-headless>=4.5.1.48,<4.7.0.72; sys_platform == 'darwin'
opencv-python-headless>=4.5.1.48,<4.7; sys_platform == 'darwin' and python_version>='3.11'
opencv-python-headless>=4.8.1.78
natsort>=8.3.1
isx>=1.0.4

0 comments on commit 60c83a4

Please sign in to comment.