remove imutils dependency

This commit is contained in:
cneud 2025-03-03 22:21:57 +01:00
parent 687aba1fa2
commit 0b2c1b9275
2 changed files with 0 additions and 2 deletions

View file

@ -3,6 +3,5 @@ ocrd >= 2.23.3
numpy <1.24.0 numpy <1.24.0
scikit-learn >= 0.23.2 scikit-learn >= 0.23.2
tensorflow < 2.13 tensorflow < 2.13
imutils >= 0.5.3
matplotlib matplotlib
setuptools >= 50 setuptools >= 50

View file

@ -4,7 +4,6 @@ import matplotlib.pyplot as plt
import numpy as np import numpy as np
from shapely import geometry from shapely import geometry
import cv2 import cv2
import imutils
from scipy.signal import find_peaks from scipy.signal import find_peaks
from scipy.ndimage import gaussian_filter1d from scipy.ndimage import gaussian_filter1d