Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
NickGeramanis committed Oct 8, 2024
1 parent fba87f0 commit 8b474d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
opencv-python==4.10.0.84
numpy==2.1.1
numpy==2.1.2
matplotlib==3.9.2
pytest==8.3.3
coverage==7.6.1
pylint==3.2.7
pylint==3.3.1
mypy==1.11.2
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
license='GPLV3',
python_requires='==3.12.6',
install_requires=['opencv-python==4.10.0.84',
'numpy==2.1.1',
'numpy==2.1.2',
'matplotlib==3.9.2'])

0 comments on commit 8b474d1

Please sign in to comment.