predict-idlab / tsflex

Flexible time series feature extraction & processing
https://predict-idlab.github.io/tsflex/
MIT License
400 stars 26 forks source link

Possible incorrect dependencies on conda-forge for tsflex 0.3.0 #114

Open DManowitz opened 10 months ago

DManowitz commented 10 months ago

Looking at the dependencies for tsflex 0.3.0 on conda-forge vs what is in the pyproject.toml file, it looks like the dependencies for the conda package are likely incorrect (in particular I'm noticing the fastparquet dependency still in conda-forge, whereas it is no longer present for tsflex 0.3.0 pyproject.toml).

tumbak commented 10 months ago

I faced the same issue, I got around it by specifying tsflex as a pip dependency in the conda env file and installed it using mamba.

jvdd commented 10 months ago

Hi @DManowitz & @tumbak

Thanks for posting this issue - perhaps we should cross-post this on the tsflex conda-forge feedstock.

I will try to solve this in the next release (hopefully in a week or so).

Cheers, Jeroen