From 36367f072719c67049e13ba181bbf0bc1296b337 Mon Sep 17 00:00:00 2001 From: Tetsuo Koyama Date: Fri, 21 Jun 2024 20:19:36 +0900 Subject: [PATCH 1/2] Revert "Add sphinx group update settings to `dependabot` (#232)" This reverts commit 78b22de38376c7e3bbdd959168aed8a71cf2f02f. --- .github/dependabot.yml | 4 ---- requirements.txt | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 50cec279b..7f8565f92 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,10 +10,6 @@ updates: patterns: - "trame" - "trame-*" - sphinx: - patterns: - - "sphinx" - - "sphinx-*" - package-ecosystem: "docker" directory: "/" schedule: diff --git a/requirements.txt b/requirements.txt index a57dcc536..d2122ede6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,11 @@ imageio-ffmpeg ipywidgets<9.0.0 jupyterlab<5.0.0 matplotlib +pyinstaller==5.13.1 +pyqt5 pyvista[trame] +pyvistaqt +QtPy sphinx tqdm trame>=2.5.0 From 20ba71c8e7e7dddbbeab4dc188f70f80ff9b630c Mon Sep 17 00:00:00 2001 From: Tetsuo Koyama Date: Fri, 21 Jun 2024 20:20:46 +0900 Subject: [PATCH 2/2] Update requirements.txt --- requirements.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index d2122ede6..a57dcc536 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,11 +5,7 @@ imageio-ffmpeg ipywidgets<9.0.0 jupyterlab<5.0.0 matplotlib -pyinstaller==5.13.1 -pyqt5 pyvista[trame] -pyvistaqt -QtPy sphinx tqdm trame>=2.5.0