mirror of
https://github.com/master-of-zen/Av1an.git
synced 2024-11-24 18:18:06 +00:00
remove matplotlib
This commit is contained in:
parent
fd209a2251
commit
0bd3fa0265
4 changed files with 0 additions and 10 deletions
|
@ -15,7 +15,6 @@ requires-dist = [
|
||||||
"opencv-python",
|
"opencv-python",
|
||||||
"psutil",
|
"psutil",
|
||||||
"scipy",
|
"scipy",
|
||||||
"matplotlib",
|
|
||||||
"vapoursynth",
|
"vapoursynth",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
|
@ -17,7 +17,6 @@ requires-dist = [
|
||||||
"opencv-python",
|
"opencv-python",
|
||||||
"psutil",
|
"psutil",
|
||||||
"scipy",
|
"scipy",
|
||||||
"matplotlib",
|
|
||||||
"vapoursynth",
|
"vapoursynth",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
|
@ -21,13 +21,6 @@ from av1an_pyo3 import (
|
||||||
)
|
)
|
||||||
from scipy import interpolate
|
from scipy import interpolate
|
||||||
|
|
||||||
try:
|
|
||||||
import matplotlib
|
|
||||||
from matplotlib import pyplot as plt
|
|
||||||
except ImportError:
|
|
||||||
matplotlib = None
|
|
||||||
plt = None
|
|
||||||
|
|
||||||
|
|
||||||
class TargetQuality:
|
class TargetQuality:
|
||||||
def __init__(self, project):
|
def __init__(self, project):
|
||||||
|
|
|
@ -16,7 +16,6 @@ from av1an_pyo3 import (
|
||||||
read_weighted_vmaf,
|
read_weighted_vmaf,
|
||||||
validate_vmaf,
|
validate_vmaf,
|
||||||
)
|
)
|
||||||
from matplotlib import pyplot as plt
|
|
||||||
|
|
||||||
from av1an.chunk import Chunk
|
from av1an.chunk import Chunk
|
||||||
from av1an.manager.Pipes import process_pipe
|
from av1an.manager.Pipes import process_pipe
|
||||||
|
|
Loading…
Reference in a new issue