refactor(lib): change PyQT5 to PySide6 (#62)

* refactor(lib): change PyQT5 to PySide6

This, hopefully, should now add support for M1 chips

* chore: update README and change imports
This commit is contained in:
Jérome Eertmans
2022-10-31 14:55:03 +01:00
committed by GitHub
parent 8f519ed134
commit 3eb9fa0b74
5 changed files with 19 additions and 22 deletions

View File

@ -3,7 +3,7 @@ from enum import Enum
from typing import List, Optional, Set
from pydantic import BaseModel, root_validator, validator
from PyQt5.QtCore import Qt
from PySide6.QtCore import Qt
from .manim import logger