-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Staging to master for making release #1605
Conversation
Small change in SETUP
Move scikit-surprise and pymanopt from setup.py
Format the getting started section to make it clearer
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
sudo apt-get install -y build-essential libpython<version> | ||
``` | ||
|
||
where `<version>` should be `3.6` or `3.7` as appropriate. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Dose it support Python 3.8 now? To support Databricks 7.3+, Python 3.8 is required.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"Programming Language :: Python :: 3.8",
may also need to be added to:
https://github.com/microsoft/recommenders/blob/f4636b2e8e74d87233fd53958c5e0526674fc7f6/setup.py#L127-L134
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
that's a good point, if my memory doesn't failed me, we had some problems with 3.8 and numpy? @anargyri might know more when he is back
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The unit tests work with Python 3.8. See #1617
Issue with pymanopt
Description
After #1602 was fixed, merging to master for new release
Related Issues
Checklist:
staging branch
and not tomain branch
.