diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 953e891a8d..13b67b8826 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 1de352fac0..746f23e8ba 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** diff --git a/INSTALL.md b/INSTALL.md index 268a26f771..d727d95f60 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 5eed81ea6c..9fd3c25a2e 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