mirror of
https://github.com/master-of-zen/Av1an.git
synced 2024-11-24 10:08:03 +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",
|
||||
"psutil",
|
||||
"scipy",
|
||||
"matplotlib",
|
||||
"vapoursynth",
|
||||
]
|
||||
|
||||
|
|
|
@ -17,7 +17,6 @@ requires-dist = [
|
|||
"opencv-python",
|
||||
"psutil",
|
||||
"scipy",
|
||||
"matplotlib",
|
||||
"vapoursynth",
|
||||
]
|
||||
|
||||
|
|
|
@ -21,13 +21,6 @@ from av1an_pyo3 import (
|
|||
)
|
||||
from scipy import interpolate
|
||||
|
||||
try:
|
||||
import matplotlib
|
||||
from matplotlib import pyplot as plt
|
||||
except ImportError:
|
||||
matplotlib = None
|
||||
plt = None
|
||||
|
||||
|
||||
class TargetQuality:
|
||||
def __init__(self, project):
|
||||
|
|
|
@ -16,7 +16,6 @@ from av1an_pyo3 import (
|
|||
read_weighted_vmaf,
|
||||
validate_vmaf,
|
||||
)
|
||||
from matplotlib import pyplot as plt
|
||||
|
||||
from av1an.chunk import Chunk
|
||||
from av1an.manager.Pipes import process_pipe
|
||||
|
|
Loading…
Reference in a new issue