@@ -372,6 +372,8 @@ class RepositoryGroupInstaller(object):
if n in repo_pkgs:
# Skip repo packages
continue
+ elif check_installation_using_pip(n):
+ continue
else:
line_n = [n]
fe = f"[{','.join(e)}]" if e else ""
@@ -9,7 +9,10 @@ ruamel.yaml
chardet
numpy==1.24.4
matplotlib==3.5.2
+albumentations==1.4.10
opencv-python==4.5.5.64
+opencv-python-headless==4.10.0.84
+opencv-contrib-python==4.10.0.84
chinese_calendar
scikit-learn
pycocotools