Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependency to tabulate specific version unnecessarily blocks compatibility #47

Open
olivier-mangin opened this issue Jun 12, 2024 · 0 comments

Comments

@olivier-mangin
Copy link

Describe the bug

The requirement for tabulate's version being exactly 0.8.9 (

tabulate==0.8.9
) unnecessarily makes dtlpy incompatible with updated systems. (Unless more recent versions are not compatible.) This also block in practice compatibility with python 3.10+ as it requries tabulate >= 0.8.10 (see https://github.com/astanin/python-tabulate/blob/master/CHANGELOG).

To Reproduce

pip install dtlpy on a system where tabulate > 0.8.9 is required by another package.

Expected behavior

The requirements declare more recent versions as fine (for example tabulate >= 0.8.9).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant