ramonhagenaars / nptyping

💡 Type hints for Numpy and Pandas
MIT License
576 stars 29 forks source link

Dependency conflict #117

Open cojmeister opened 6 months ago

cojmeister commented 6 months ago

When generating a venv, using: invoke venv install

I'm getting the error:

ERROR: Cannot install nptyping[dev]==2.5.0 because these package versions have conflicting dependencies.

The conflict is caused by:
    nptyping[dev] 2.5.0 depends on codecov>=2.1.0
    The user requested (constraint) codecov==2.1.12

Using python 3.9.18 and 3.11.6 in a mac.