Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
NickGeramanis committed Sep 16, 2024
1 parent b8ac212 commit e299a1f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.12.5'
python-version: '3.12.6'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
6 changes: 3 additions & 3 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.0
numpy==2.1.1
matplotlib==3.9.2
pytest==8.3.2
pytest==8.3.3
coverage==7.6.1
pylint==3.2.6
pylint==3.2.7
mypy==1.11.2
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
'for denoising and inpainting greyscale images'),
url='https://github.com/NickGeramanis/denoising-inpainting-lbp',
license='GPLV3',
python_requires='==3.12.5',
python_requires='==3.12.6',
install_requires=['opencv-python==4.10.0.84',
'numpy==2.1.0',
'numpy==2.1.1',
'matplotlib==3.9.2'])

0 comments on commit e299a1f

Please sign in to comment.