Hello! I saw a typo in [requirements.txt](https://github.com/gift-surg/MONAIfbs/blob/main/requirements.txt): the last sentence ends with a colon: `tensorboard>=2.2.1:`, where it shouldn't. This thows an error when trying to install it using `pip install -e .` Cheers!
Hello! I saw a typo in requirements.txt: the last sentence ends with a colon:
tensorboard>=2.2.1:, where it shouldn't.This thows an error when trying to install it using
pip install -e .Cheers!