Closed sck closed 4 years ago
There are a lot of unnecessary modules in requirements.txt, a lot of them macos-specific which makes pip install -r requirements.txt impossible on other platforms.
Thanks for the PR! We appreciate the inclusion. Please add tqdm, as we need this for our ipynb example, then I can merge this.
Ok, I have readded tqdm==4.46.1
There are a lot of unnecessary modules in requirements.txt, a lot of them macos-specific which makes pip install -r requirements.txt impossible on other platforms.