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
Fix conditional `install_requires` in `setup.py` to use environment
markers instead of inline conditions. The latter do not work correctly
with universal wheels -- e.g. a wheel made on Python 3.12 would not have
a dependency on `typing-extensions` at all, even if it were installed
on Python 3.11 or older, and the other way around.
0 commit comments