Hi,
Thanks for your great work. I found it hard to install all the packages and no running errors.
Would you mind exporting all package versions to requirements.txt? Like this:
conda list -e > requirements.txt
In this way I can install the correct versions of all packages.
Thanks!