From fc8ecbf20c2daa30714b5b8f592934ea8e9e1aa3 Mon Sep 17 00:00:00 2001 From: Sara Zan Date: Thu, 11 Aug 2022 15:16:43 +0200 Subject: [PATCH] Move `azure-core` pin into the dev dependency list (#3022) --- setup.cfg | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/setup.cfg b/setup.cfg index 32e7e19e7..6caa06f14 100644 --- a/setup.cfg +++ b/setup.cfg @@ -68,13 +68,6 @@ install_requires = quantulum3 # quantities extraction from text posthog # telemetry azure-ai-formrecognizer==3.2.0b2 # forms reader - # azure-core is a dependency of azure-ai-formrecognizer - # In order to stop malicious pip backtracking during pip install farm-haystack[all] documented in https://github.com/deepset-ai/haystack/issues/2280 - # we have to resolve a dependency version conflict ourself. - # azure-core>=1.23 conflicts with pydoc-markdown's dependency on databind>=1.5.0 which itself requires typing-extensions<4.0.0 - # azure-core>=1.23 needs typing-extensions>=4.0.1 - # pip unfortunately backtracks into the databind direction ultimately getting lost. - azure-core<1.23 # audio's espnet-model-zoo requires huggingface-hub version <0.8 while we need >=0.5 to be able to use create_repo in FARMReader huggingface-hub<0.8.0,>=0.5.0 @@ -209,6 +202,13 @@ dev = black[jupyter]==22.6.0 # Documentation pydoc-markdown==4.5.1 # FIXME Unpin! + # azure-core is a dependency of azure-ai-formrecognizer + # In order to stop malicious pip backtracking during pip install farm-haystack[all] documented in https://github.com/deepset-ai/haystack/issues/2280 + # we have to resolve a dependency version conflict ourself. + # azure-core>=1.23 conflicts with pydoc-markdown's dependency on databind>=1.5.0 which itself requires typing-extensions<4.0.0 + # azure-core>=1.23 needs typing-extensions>=4.0.1 + # pip unfortunately backtracks into the databind direction ultimately getting lost. + azure-core<1.23 mkdocs jupytercontrib watchdog #==1.0.2