genalog icon indicating copy to clipboard operation
genalog copied to clipboard

Dependencies specified too strictly

Open akx opened this issue 3 years ago • 0 comments

The dependencies specified in this project's requirements.txt are too strictly pinned, making it hard to install.

For instance, opencv-contrib-python==4.2.0.34 doesn't have releases for Python 3.9 at all.

It might be a good idea to change the requirements.txt specifiers to ~= instead.

Related SO issue: https://stackoverflow.com/a/72613708/51685

akx avatar Jun 14 '22 08:06 akx