You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Library no longer works with Python 3.11. This is the default python in for example Debian 12.
typing.overide was added in 3.12 (https://peps.python.org/pep-0698/) is it intentional to break the library because of a typing feature. Seems like the benefits do not justify the inconvenience to users
environment.yml does not state the dependency, so the library will download fine, but will be broken.