From 7386aa2ca148efb15761d8493d49fc061c0909c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Candice=20Bent=C3=A9jac?= Date: Fri, 7 Mar 2025 15:25:10 +0100 Subject: [PATCH 1/2] [doc] Update `requirements.txt` and ` INSTALL.md` with PySide 6.8.2 --- INSTALL.md | 8 +------- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 268a26f7..d727d95f 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -38,13 +38,7 @@ pip install -r requirements.txt -r dev_requirements.txt > Note: `dev_requirements` is only related to testing and packaging. It is not mandatory to run Meshroom. ### Qt/PySide -* PySide >= 5.15.2.1 -Warning: The plugin AssimpSceneParser is missing from pre-built binaries, so it needs to be added manually (see https://bugreports.qt.io/browse/QTBUG-88821). -It can either be taken from an older version, or directly downloaded from here: - * Linux: [libassimpsceneimport.so](https://drive.google.com/uc?export=download&id=1cTU7xrOsLI6ICgRSYz_t9E1lsrNF1kBB)) - * Windows: [assimpsceneimport.dll](https://drive.google.com/uc?export=download&id=1X9X9d5W_lCwEHWwF748IdnN1YYipAQT_) - -and then copied into PySide's installation folder, in `plugins/sceneparsers`. +* PySide >= 6.6.3.1 ### Qt Plugin diff --git a/requirements.txt b/requirements.txt index 5eed81ea..9fd3c25a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ # runtime psutil>=5.6.7 -PySide6==6.6.3.1 +PySide6==6.8.2.1 markdown==2.6.11 requests==2.32.0 pyseq==0.6.1 From 5a7c31a53f77bc580fbccd6bd8a4db3608ef0b1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Candice=20Bent=C3=A9jac?= Date: Fri, 7 Mar 2025 15:25:32 +0100 Subject: [PATCH 2/2] [github] Update templates for questions and bug reports with PySide 6 --- .github/ISSUE_TEMPLATE/bug_report.md | 4 ++-- .github/ISSUE_TEMPLATE/question_help.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 953e891a..13b67b88 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -29,9 +29,9 @@ If applicable, copy paste the relevant log output (please embed the text in a ma **Desktop (please complete the following and other pertinent information):** - OS: [e.g. win 10, osx, ] - Python version [e.g. 2.6] - - Qt/PySide version [e.g. 5.15.2] + - Qt/PySide version [e.g. 6.8.2] - Meshroom version: please specify if you are using a release version or your own build - - Binary version (if applicable) [e.g. 2019.1] + - Binary version (if applicable) [e.g. 2023.3.0] - Commit reference (if applicable) [e.g. 08ddbe2] **Additional context** diff --git a/.github/ISSUE_TEMPLATE/question_help.md b/.github/ISSUE_TEMPLATE/question_help.md index 1de352fa..746f23e8 100644 --- a/.github/ISSUE_TEMPLATE/question_help.md +++ b/.github/ISSUE_TEMPLATE/question_help.md @@ -22,9 +22,9 @@ If applicable, copy paste the relevant log output (please embed the text in a ma **Desktop (please complete the following and other pertinent information):** - OS: [e.g. win 10, osx, ] - Python version [e.g. 2.6] - - Qt/PySide version [e.g. 5.15.2] + - Qt/PySide version [e.g. 6.8.2] - Meshroom version: please specify if you are using a release version or your own build - - Binary version (if applicable) [e.g. 2019.1] + - Binary version (if applicable) [e.g. 2023.3.0] - Commit reference (if applicable) [e.g. 08ddbe2] **Additional context**