deanmalmgren / textract

extract text from any document. no muss. no fuss.
http://textract.readthedocs.io
MIT License
3.84k stars 585 forks source link

Non-Standard Dependency Specifier with pip 24.0 #487

Open mauricefreese opened 8 months ago

mauricefreese commented 8 months ago

"DEPRECATION: textract 1.6.5 has a non-standard dependency specifier extract-msg<=0.29.*. pip 24.0 will enforce this behaviour change. A possible replacement is to upgrade to a newer version of textract or contact the author to suggest that they release a version with a conforming dependency specifiers. Discussion can be found at https://github.com/pypa/pip/issues/12063"

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior: Just used "pip install seaborn"

Expected behavior A clean and complete download of Seaborn with no messages pertaining to dependency issues

Desktop (please complete the following information):

MaxEtMoritz commented 8 months ago

Duplicate of #476