0.4.1
- Now
python setup.py install
can also be used to install tibanna as an alternative topip install -r requirements.txt
. - Some dependency versions have changed. Update existing installation using
pip install -r requirements.txt --no-cache-dir
.