softwaremill / FoXAI

The open-source library for explainable AI. Generic and easy to integrate with PyTorch.
Apache License 2.0
30 stars 1 forks source link

OpenCV conflict - version 4.8.0.76 causes issues #134

Closed rpytel1 closed 9 months ago

rpytel1 commented 9 months ago

Due to errors:

AttributeError: module 'cv2.dnn' has no attribute 'DictValue'``

It is advised to avoid version 4.8.0.76: https://github.com/opencv/opencv-python/issues/884

to mitigate that I think we should remove this version from project.toml file.