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 conflicts while installing Pubmed2pdf package #7

Open
maheshtambe opened this issue Nov 7, 2024 · 0 comments
Open

Dependency conflicts while installing Pubmed2pdf package #7

maheshtambe opened this issue Nov 7, 2024 · 0 comments

Comments

@maheshtambe
Copy link

When installing Pubmed2pdf through pip/poetry we see conflicts with packages like requests, click etc as other dependencies are putting constraints of >= for newer version than what we have in setup.cfg of this package.

can we update setup.cfg to update constraints and bump dependencies versions as well. I see below updates working.

[options] install_requires = click>=7.0 requests>=2.22.0 beautifulsoup4>=4.7.1 lxml

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