Skip to content

Commit 0a767d1

Browse files
committed
Support VS R60+
1 parent 95a2a8e commit 0a767d1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ pip install vsmask
1111
```
1212

1313
# Dependencies
14-
The only hard dependencies are vsutil and an installation of VapourSynth R60.
15-
**Only R60 is supported. Any package that depends on vsmask and supports above R60 will be responsible for its own mistake.**
16-
However, for full functionality, you should make sure to also install [TCanny](https://github.com/HomeOfVapourSynthEvolution/VapourSynth-TCanny), [TEdgeMask](https://github.com/dubhater/vapoursynth-tedgemask), [AWarpSharp2](https://github.com/dubhater/vapoursynth-awarpsharp2) and [AWarpSharp2SF](https://github.com/IFeelBloated/warpsharp).
14+
The only hard dependencies are vsutil and an installation of VapourSynth R60 or higher.
15+
However, only R60 has been tested, if breakings changes happen in a newer version, please make an issue.
16+
For full functionality, you should make sure to also install [TCanny](https://github.com/HomeOfVapourSynthEvolution/VapourSynth-TCanny), [TEdgeMask](https://github.com/dubhater/vapoursynth-tedgemask), [AWarpSharp2](https://github.com/dubhater/vapoursynth-awarpsharp2) and [AWarpSharp2SF](https://github.com/IFeelBloated/warpsharp).

Diff for: requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
VapourSynth==60
1+
VapourSynth>=60
22
vsutil~=0.8.0

0 commit comments

Comments
 (0)