Skip to content

Commit 7386aa2

Browse files
committed
[doc] Update requirements.txt and INSTALL.md with PySide 6.8.2
1 parent aa0943e commit 7386aa2

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

INSTALL.md

+1-7
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,7 @@ pip install -r requirements.txt -r dev_requirements.txt
3838
> Note: `dev_requirements` is only related to testing and packaging. It is not mandatory to run Meshroom.
3939
4040
### Qt/PySide
41-
* PySide >= 5.15.2.1
42-
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).
43-
It can either be taken from an older version, or directly downloaded from here:
44-
* Linux: [libassimpsceneimport.so](https://drive.google.com/uc?export=download&id=1cTU7xrOsLI6ICgRSYz_t9E1lsrNF1kBB))
45-
* Windows: [assimpsceneimport.dll](https://drive.google.com/uc?export=download&id=1X9X9d5W_lCwEHWwF748IdnN1YYipAQT_)
46-
47-
and then copied into PySide's installation folder, in `plugins/sceneparsers`.
41+
* PySide >= 6.6.3.1
4842

4943

5044
### Qt Plugin

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# runtime
22
psutil>=5.6.7
3-
PySide6==6.6.3.1
3+
PySide6==6.8.2.1
44
markdown==2.6.11
55
requests==2.32.0
66
pyseq==0.6.1

0 commit comments

Comments
 (0)