First post-publication update.
Minor changes:
* Updated Enrich2 citation to point to the Genome Biology paper instead of bioRxiv.
* Updated dependencies to specify pandas 0.18 or 0.19 due to incompatibility with 0.20.
* Added a Conda environment file to simplify setup for Anaconda users.
* Version number is now displayed in the GUI main window title.
* When running on MacOS, the program now sets the matplotlib backend to `'TkAgg'` to avoid the NSInvalidArgumentException that occurs when running in GUI mode with no backend set. Advanced users who want to use a different matplotlib backend under MacOS in command line mode will need to edit the `matplotlib.use()` statement in `main.py`.