impresso / impresso-pycommons

Python module with bits of code (objects, functions) highly reusable within impresso.
http://impresso-pycommons.rtfd.io/
GNU Affero General Public License v3.0
3 stars 3 forks source link

Bugfix/setup requirements outdated package #73

Closed EmanuelaBoros closed 9 months ago

EmanuelaBoros commented 9 months ago

In setup mode (pip install impresso-pycommons), some requirements are outdated.

ERROR: Could not find a version that satisfies the requirement opencv-python==3.4.7.28

Thus, I propose to change setup.py and requirements.txt. Other tests need to be made.

piconti commented 9 months ago

Yes, a few of the requirements are outdated. No problem on my side with updating the setup.py and requirements.txt. In the branch update-dependencies, I updated several of them, an replaced the setup.py with a pyproject.toml. I haven't uploaded the new version to Pypi yet as it needs more changes and testing (including when replacing dask-k8 with dask-kubernetes), but it can be imported using pip with the git link (git+https://git@github.com/impresso/impresso-pycommons.git@f6a6c5511c35ad6094d60906706169063e7979d4#egg=impresso_commons).