jbn / ZigZag

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

🐞 fix: could not parse version constraint: >=^0.29 #40

Open zillionare opened 8 months ago

zillionare commented 8 months ago

this fixed issue #35

all test passed on python 3.11

图片

please merge and publish a release. thanks!

AureliusMarcusHu commented 7 hours ago

@zillionare, install zigzag package error:

`` error: invalid-pyproject-build-system-requires Can not process zigzag==0.3.2 from https://files.pythonhosted.org/packages/d4/88/...

This package has an invalid build-system.requires key in pyproject.toml. It contains an invalid requirement: 'Cython>=^0.29' ``

Does the temporary release work ? If yes, how I can install the temporary release ? Please can sombody help me ?

Thanks in advance