Open DManowitz opened 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.
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
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).