Mendeley / mrec

A recommender systems development and evaluation package by Mendeley
Other
563 stars 174 forks source link

Specify package version #17

Closed nzw0301 closed 7 years ago

nzw0301 commented 7 years ago

This PR relates to #16.

mrec depends on some old version libraries such as scikit-learn, numpy, scipy and ipython. To run it on clean python environment, I needed to install some old version packages, so I updated package versions in setup.py for future users.

And then, I inserted ipyarallel into install_requires in setup.py to run correctly.