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

Relax package dependencies where possible #69

Open
tvasenin opened this issue Dec 9, 2022 · 1 comment
Open

Relax package dependencies where possible #69

tvasenin opened this issue Dec 9, 2022 · 1 comment

Comments

@tvasenin
Copy link

tvasenin commented Dec 9, 2022

Is it possible to relax requirements (at least for the more stable packages) in order to get less dependency conflicts when installing?

@huister1216
Copy link

yes please someone relax these requirements a bit to allow for minor updates from other packages.

People will most likely be using this in conjunction with other libraries on pip to build something and lexnlp keeps creating errors on pip.

The python-requirements.txt, python-requirements-dev.txt, and python-requirements-full files all have exact versions of each dependency package which creates problems most likely for many people.

Examples:
ERROR: lexnlp 2.3.0 has requirement beautifulsoup4==4.11.1, but you'll have beautifulsoup4 4.11.2 which is incompatible.
ERROR: lexnlp 2.3.0 has requirement scikit-learn==0.24, but you'll have scikit-learn 0.24.2 which is incompatible.
ERROR: lexnlp 2.3.0 has requirement tqdm==4.64.1, but you'll have tqdm 4.65.0 which is incompatible.

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

No branches or pull requests

2 participants