cvdelannoy / FRETboard

Flexible semi-supervised classification for FRET traces
MIT License
6 stars 0 forks source link

pytables not correctly detected in pip install #14

Closed cvdelannoy closed 1 year ago

cvdelannoy commented 1 year ago

if pip installed in a conda environment, pytables is not detected by pandas. Must me installed in the conda environment separately.

cvdelannoy commented 1 year ago

solved by downgrading pytables to 3.6.1, thanks @carolienbastiaanssenTU