From 2e401ee8dbade535a1f382534919540223d322bf Mon Sep 17 00:00:00 2001 From: Harshal Pohekar Date: Thu, 29 Feb 2024 13:43:00 +0530 Subject: [PATCH 1/6] ci: update requirements_doc.txt --- requirements/requirements_doc.txt | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/requirements/requirements_doc.txt b/requirements/requirements_doc.txt index 97e2caea..63860f2b 100644 --- a/requirements/requirements_doc.txt +++ b/requirements/requirements_doc.txt @@ -1,16 +1,16 @@ -Sphinx==7.0.1 -jupyter_sphinx==0.4.0 -numpydoc==1.5.0 -ansys-sphinx-theme==0.9.9 -pypandoc==1.11 -pytest-sphinx==0.5.0 -sphinx-autobuild==2021.3.14 +Sphinx==7.2.6 +jupyter_sphinx==0.5.3 +numpydoc==1.6.0 +ansys-sphinx-theme==0.14.0 +pypandoc==1.13 +pytest-sphinx==0.6.0 +sphinx-autobuild==2024.2.4 sphinx-copybutton==0.5.2 -sphinx-autodoc-typehints==1.24.0 -sphinx-gallery==0.14.0 -sphinx-notfound-page==0.8.3 -sphinxcontrib-websupport==1.2.6 -sphinxemoji==0.2.0 +sphinx-autodoc-typehints==2.0.0 +sphinx-gallery==0.15.0 +sphinx-notfound-page==1.0.0 +sphinxcontrib-websupport==1.2.7 +sphinxemoji==0.3.1 sphinx-toggleprompt==0.5.2 -pyvista[trame]>=0.39.0 -matplotlib>=3.5.1 \ No newline at end of file +pyvista[trame]>=0.43.3 +matplotlib>=3.8.3 \ No newline at end of file From 5cc877f71e91beb80e2748a1e666c529f62b7aec Mon Sep 17 00:00:00 2001 From: Harshal Pohekar Date: Thu, 29 Feb 2024 14:37:12 +0530 Subject: [PATCH 2/6] update pyproject.toml --- pyproject.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1118d391..a5c64a09 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,13 +24,13 @@ packages = [ [tool.poetry.dependencies] python = ">=3.8,<4.0" -importlib-metadata = {version = "^4.0", python = "<3.8"} -ansys-fluent-core = "~=0.14.dev0" +importlib-metadata = {version = "^7.0.1", python = "<3.8"} +ansys-fluent-core = "~=0.20.dev1" vtk = ">=9.3.0.rc0" -pyvista = ">=0.39.0" -pyvistaqt = ">=0.7.0" -pyside6 = ">=6.2.3" -matplotlib = ">=3.5.1" +pyvista = ">=0.43.3" +pyvistaqt = ">=0.11.0" +pyside6 = ">=6.6.2" +matplotlib = ">=3.8.3" [tool.poetry.urls] "Documentation" = "https://visualization.fluent.docs.pyansys.com/" From 865f0c17814d1a668bc2249339998f99dff309f2 Mon Sep 17 00:00:00 2001 From: Harshal Pohekar Date: Thu, 29 Feb 2024 14:39:36 +0530 Subject: [PATCH 3/6] update pyproject.toml 1 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a5c64a09..c1cc2416 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,8 +23,8 @@ packages = [ ] [tool.poetry.dependencies] -python = ">=3.8,<4.0" -importlib-metadata = {version = "^7.0.1", python = "<3.8"} +python = ">=3.9,<4.0" +importlib-metadata = {version = "^7.0.1", python = "<3.9"} ansys-fluent-core = "~=0.20.dev1" vtk = ">=9.3.0.rc0" pyvista = ">=0.43.3" From 8862235b65e32a80f77f9d8c57651e7e980489b8 Mon Sep 17 00:00:00 2001 From: Harshal Pohekar Date: Thu, 29 Feb 2024 14:45:25 +0530 Subject: [PATCH 4/6] update ci_cd.yml --- .github/workflows/ci_cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 992a2556..70b96bdb 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -50,7 +50,7 @@ jobs: strategy: matrix: os: [windows-latest, ubuntu-latest] - python-version: ['3.8', '3.9', '3.10', '3.11'] + python-version: ['3.9', '3.10', '3.11'] fail-fast: false steps: From f5b0b12db3c8a28d3d3754f8fbbf0cd23b7bc5c3 Mon Sep 17 00:00:00 2001 From: Harshal Pohekar Date: Thu, 29 Feb 2024 14:48:46 +0530 Subject: [PATCH 5/6] update ci_cd.yml 1 --- .github/workflows/ci_cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 70b96bdb..299da274 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -155,7 +155,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: 3.8 + python-version: 3.9 - name: Add version information run: make version-info From 1da6a6b8a4ece8b13f9a95f20d1467a8bedc9f61 Mon Sep 17 00:00:00 2001 From: Harshal Pohekar Date: Thu, 29 Feb 2024 14:52:08 +0530 Subject: [PATCH 6/6] update ci_cd.yml and pyproject.toml --- .github/workflows/ci_cd.yml | 4 ++-- pyproject.toml | 14 +++++++------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 299da274..992a2556 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -50,7 +50,7 @@ jobs: strategy: matrix: os: [windows-latest, ubuntu-latest] - python-version: ['3.9', '3.10', '3.11'] + python-version: ['3.8', '3.9', '3.10', '3.11'] fail-fast: false steps: @@ -155,7 +155,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: 3.9 + python-version: 3.8 - name: Add version information run: make version-info diff --git a/pyproject.toml b/pyproject.toml index c1cc2416..1118d391 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,14 +23,14 @@ packages = [ ] [tool.poetry.dependencies] -python = ">=3.9,<4.0" -importlib-metadata = {version = "^7.0.1", python = "<3.9"} -ansys-fluent-core = "~=0.20.dev1" +python = ">=3.8,<4.0" +importlib-metadata = {version = "^4.0", python = "<3.8"} +ansys-fluent-core = "~=0.14.dev0" vtk = ">=9.3.0.rc0" -pyvista = ">=0.43.3" -pyvistaqt = ">=0.11.0" -pyside6 = ">=6.6.2" -matplotlib = ">=3.8.3" +pyvista = ">=0.39.0" +pyvistaqt = ">=0.7.0" +pyside6 = ">=6.2.3" +matplotlib = ">=3.5.1" [tool.poetry.urls] "Documentation" = "https://visualization.fluent.docs.pyansys.com/"