Skip to content
This repository was archived by the owner on Feb 27, 2025. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2e3c11d

Browse files
committedOct 29, 2023
Bump dependencies and major version
1 parent d40dff3 commit 2e3c11d

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed
 

‎.github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
matrix:
2121
versions:
22-
- 64
22+
- 65
2323
python-version:
2424
- "3.11"
2525
steps:

‎.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
versions:
11-
- 64
11+
- 65
1212
python-version:
1313
- "3.11"
1414

‎requirements.txt

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
VapourSynth>=64
2-
vstools>=2.3.0
3-
vskernels>=2.4.1
4-
vsexprtools>=1.4.6
5-
vsrgtools>=1.5.1
6-
vsmasktools>=1.1.2
7-
vsaa>=1.8.2
8-
vsscale>=1.9.1
1+
VapourSynth>=65
2+
vstools>=3.0.0
3+
vskernels>=3.0.0
4+
vsexprtools>=1.5.0
5+
vsrgtools>=1.6.0
6+
vsmasktools>=1.2.0
7+
vsaa>=1.9.0
8+
vsscale>=2.0.0

‎vsdenoise/_metadata.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""VapourSynth denoising functions"""
22

3-
__version__ = '2.4.0'
3+
__version__ = '2.5.0'
44

55
__author_name__, __author_email__ = 'Irrational Encoding Wizardry', 'wizards@encode.moe'
66
__maintainer_name__, __maintainer_email__ = 'Setsugennoao', 'setsugen@setsugen.dev'

0 commit comments

Comments
 (0)
This repository has been archived.