From 79631e641b27512297233ff967d3d348c2a47208 Mon Sep 17 00:00:00 2001 From: Mainak Kundu <94432368+mkundu1@users.noreply.github.com> Date: Thu, 11 May 2023 07:45:33 -0400 Subject: [PATCH] Fix doc build failure (#262) --- doc/source/conf.py | 2 +- pyproject.toml | 2 +- requirements/requirements_doc.txt | 9 ++------- 3 files changed, 4 insertions(+), 9 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index acaaf709..7927fc0f 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -63,7 +63,7 @@ # Intersphinx mapping intersphinx_mapping = { - "python": ("https://docs.python.org/dev", None), + "python": ("https://docs.python.org/", None), "scipy": ("https://docs.scipy.org/doc/scipy", None), "numpy": ("https://numpy.org/doc/stable/", None), "matplotlib": ("https://matplotlib.org/stable", None), diff --git a/pyproject.toml b/pyproject.toml index 441bdff2..c13db5fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ packages = [ [tool.poetry.dependencies] python = ">=3.7,<4.0" importlib-metadata = {version = "^4.0", python = "<3.8"} -ansys-fluent-core = "~=0.13.dev0" +ansys-fluent-core = "~=0.14.dev0" vtk = {version = ">=9.0.3", python = "<=3.9"} pyvista = ">=0.33.2" pyvistaqt = ">=0.7.0" diff --git a/requirements/requirements_doc.txt b/requirements/requirements_doc.txt index c59bc85b..c85631cb 100644 --- a/requirements/requirements_doc.txt +++ b/requirements/requirements_doc.txt @@ -11,10 +11,5 @@ sphinx-gallery==0.11.1 sphinx-notfound-page==0.8.3 sphinxcontrib-websupport==1.2.4 sphinxemoji==0.2.0 -pandas==1.5.2 -vtk==9.1.0 -pyvista==0.37.0 -pyvistaqt==0.9.0 -pyside6==6.4.2 -matplotlib==3.6.3 - +pyvista>=0.33.2 +matplotlib>=3.5.1