tsflex icon indicating copy to clipboard operation
tsflex copied to clipboard

Possible incorrect dependencies on conda-forge for tsflex 0.3.0

Open DManowitz opened this issue 1 year ago • 2 comments

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).

DManowitz avatar Dec 28 '23 21:12 DManowitz

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.

tumbak avatar Jan 03 '24 20:01 tumbak

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

jvdd avatar Jan 04 '24 08:01 jvdd