diff options
| -rw-r--r-- | docker/Dockerfile | 2 | ||||
| -rw-r--r-- | libs/basic_games/pyproject.toml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile index 309d09b..c9952ad 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -71,7 +71,7 @@ ENV PATH="/opt/python-bundled/bin:${PATH}" # ── Build-time Python packages ── # pybind11/sip/etc. for compiling mobase.so; PyQt6 is staged into the distribution. RUN /opt/python-bundled/bin/pip3 install --no-cache-dir \ - pybind11==2.13.6 sip psutil larian-formats==0.2.0 vdf "PyQt6>=6.10,<6.11" + pybind11==2.13.6 sip psutil larian-formats==0.8.1 vdf "PyQt6>=6.10,<6.11" # ── Rust toolchain ── RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | \ diff --git a/libs/basic_games/pyproject.toml b/libs/basic_games/pyproject.toml index 35c5274..f95c470 100644 --- a/libs/basic_games/pyproject.toml +++ b/libs/basic_games/pyproject.toml @@ -16,7 +16,7 @@ package-mode = false [tool.poetry.dependencies] psutil = "^5.8.0" vdf = "3.4" -larian-formats = "0.2.0" +larian-formats = "0.8.1" lzokay = "1.1.5" pyqt6 = "6.7.0" pyyaml = "^6.0.2" |
