Skip to content

Commit 9edf238

Browse files
authored
chore(deps): upgrading to qt6.5 (#198)
* chore(deps): upgrading to qt6.5 This PR proposes to update to PySide6.5. On Ubuntu, you may face this problem (solution included): https://bugreports.qt.io/browse/PYSIDE-2306 * chore(ci): remove experimental installer
1 parent 62236f5 commit 9edf238

File tree

3 files changed

+36
-37
lines changed

3 files changed

+36
-37
lines changed

.github/workflows/test_examples.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ jobs:
9999
# Install Manim Slides
100100
- name: Install Manim Slides
101101
run: |
102-
poetry config experimental.new-installer false
103102
poetry install --with test
104103
105104
# Render slides

poetry.lock

Lines changed: 35 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ manimgl = {version = "^1.6.1", optional = true}
5454
numpy = "^1.19"
5555
opencv-python = "^4.6.0.66"
5656
pydantic = "^1.10.2"
57-
pyside6 = "^6.4.1"
57+
pyside6 = "^6.5.1.1"
5858
python = ">=3.8.1,<3.12"
5959
python-pptx = "^0.6.21"
6060
requests = "^2.28.1"

0 commit comments

Comments
 (0)