You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: