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

Outdated requirements break with new pip dependency manager #28

Open
jwalz opened this issue Nov 30, 2020 · 1 comment
Open

Outdated requirements break with new pip dependency manager #28

jwalz opened this issue Nov 30, 2020 · 1 comment

Comments

@jwalz
Copy link

jwalz commented Nov 30, 2020

mendeley has hard version requirements across the board (== instead of >=), many/all of which are now grossly out of date (requests being the most notable example). With the new pip dependency manager, we can no longer effectively replace these requirements: https://mail.python.org/archives/list/pypi-announce@python.org/thread/DIWIYIMGAOHDWQXXUZW44YRSW7UYQ4CA/

As a result, our build is now broken, and I'm assuming we're not alone.

Please update your dependencies ASAP.

@mebibou
Copy link

mebibou commented Dec 2, 2020

I think the package is no longer maintained at all, you'd better fork it and update the dependencies on your fork. I have the same issue and this is the only solution

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

2 participants