RAIVNLab / supsup

Code for "Supermasks in Superposition"
117 stars 19 forks source link

Remove unnecessary modules. #3

Closed sck closed 4 years ago

sck commented 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.

vkramanuj commented 4 years ago

Thanks for the PR! We appreciate the inclusion. Please add tqdm, as we need this for our ipynb example, then I can merge this.

sck commented 4 years ago

Ok, I have readded tqdm==4.46.1