Skip to content

Commit

Permalink
Update dependencies versions and build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
geramanisn committed Aug 25, 2024
1 parent 7b82381 commit b8ac212
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: '3.12.3'
python-version: '3.12.5'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
12 changes: 6 additions & 6 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.0.0
matplotlib==3.9.0
pytest==8.2.2
coverage==7.5.3
pylint==3.2.3
mypy==1.10.0
numpy==2.1.0
matplotlib==3.9.2
pytest==8.3.2
coverage==7.6.1
pylint==3.2.6
mypy==1.11.2
6 changes: 3 additions & 3 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.3',
python_requires='==3.12.5',
install_requires=['opencv-python==4.10.0.84',
'numpy==2.0.0',
'matplotlib==3.9.0'])
'numpy==2.1.0',
'matplotlib==3.9.2'])

0 comments on commit b8ac212

Please sign in to comment.