jbn / ZigZag

Python library for identifying the peaks and valleys of a time series.
BSD 3-Clause "New" or "Revised" License
434 stars 174 forks source link

InvalidRequirement in pyproject.toml #36

Open im-keiran opened 1 year ago

im-keiran commented 1 year ago

This line causes a ParseConstraintError for me (poetry version 1.4.1)

https://github.com/jbn/ZigZag/blob/75b2dc1f1082120531e03f9271794b4f945692e3/pyproject.toml#L4

Not sure it's worth a pull request, but looks like it should be changed to

cython = "^0.29"

im-keiran commented 1 year ago

Sorry JB, this is a duplicate of issue

zillionare commented 6 months ago

face same issue too. Any workaround?