Is it possible to make dependency versions more inclusive?
mberakaya opened this issue · 1 comments
mberakaya commented
In setup.py, all dependencies are stated with "==". This prevents us from using imageai with another library which uses a newer version of these dependencies on the same virtual environment. Is it possible that the dependencies are stated in a more inclusive way like ['numpy>=1.19.3','scipy>=1.4.1','pillow>=8.1.1',"matplotlib>=3.3.2", "h5py>=2.10.0", "keras-resnet>=0.2.0", "opencv-python", "keras>=2.4.3"] ?
OlafenwaMoses commented
@muhammed-kaya-2016400234 Agreed. You can create a PR to fix this. I will gladly review it.