@nosaai Hi.
Instructions on how to update the library can be found in the README: https://github.com/quantiacs/toolbox
Updating the conda environment Regularly update the QNT library for the latest features and fixes: ## you can remove the old one before that # conda remove -n qntdev quantiacs-source::qnt conda install -n qntdev quantiacs-source::qnt Updating the pip environmentUse this command in your environment to install the latest version from the git repository:
python -m pip install --upgrade git+https://github.com/quantiacs/toolbox.git