From 2237bbd92114fa27889b7cd462c93d2b36468df3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Saugat=20Pachhai=20=28=E0=A4=B8=E0=A5=8C=E0=A4=97=E0=A4=BE?= =?UTF-8?q?=E0=A4=A4=29?= Date: Mon, 4 Mar 2024 16:37:22 +0545 Subject: [PATCH] relax deps for docs --- pyproject.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 63daa3a..75532eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,11 +34,11 @@ markdown = [ "matplotlib" ] docs = [ - "mkdocs==1.5.2", - "mkdocs-gen-files==0.5.0", - "mkdocs-material==9.3.1", - "mkdocs-section-index==0.3.6", - "mkdocstrings-python==1.6.3" + "mkdocs>=1.5.2,<2", + "mkdocs-gen-files>=0.5.0,<1", + "mkdocs-material>=9.3.1,<10", + "mkdocs-section-index>=0.3.6,<1", + "mkdocstrings-python>=1.6.3,<2" ] tests = [ "dvc-render[table,markdown]",