NREL / ditto

DiTTo is a Distribution Transformation Tool that aims at providing an open source framework to convert various distribution systems modeling formats.
https://nrel.github.io/ditto/
BSD 3-Clause "New" or "Revised" License
67 stars 35 forks source link

pandas and numpy version conflicts on master branch #412

Open nlaws-camus opened 1 year ago

nlaws-camus commented 1 year ago

pip install https://github.com/NREL/ditto/archive/master.zip

ERROR: Cannot install ditto-py==0.2.3 and ditto.py because these package versions have conflicting dependencies.

The conflict is caused by:
    ditto-py 0.2.3 depends on numpy~=1.20.1
    pandas 1.3.5 depends on numpy>=1.21.0; python_version >= "3.10"

To fix this you could try to:
1. loosen the range of package versions you've specified
2. remove package versions to allow pip attempt to solve the dependency conflict