Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure the typing package is installed only if needed (python < 3.5) #27

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Dec 21, 2021

  1. Ensure the typing package is installed only if needed (python < 3.5)

    This prevents problems when installing cortex4py in recent python versions,
    where typing is installed as an external package, while there is a typing
    module included in the stdlib.
    
    The external package then "shadows" the stdlib module, breaking other packages
    that use/rely on typing (when using cortex4py in a project with more
    dependencies)
    WuShell committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    4f1e3bc View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2022

  1. test

    mmolino committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    649f9d0 View commit details
    Browse the repository at this point in the history