-
Notifications
You must be signed in to change notification settings - Fork 106
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
Package Maintenance Update #337
Conversation
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.
LGTM! Left one suggestion for updating the description in the docs
docs/conf.py
Outdated
copyright = '2018, MIT Data To AI Lab' | ||
author = 'MIT Data To AI Lab' | ||
copyright = '2022, DataCebo Inc.' | ||
author = 'DataCebo, Inc.' | ||
description = 'A library to model multivariate data using copulas.' |
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.
I think we can use the same description as we use for the setup.py
file --
'Create tabular synthetic data using copulas-based modeling'
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.
One question, but after that should be good!
@@ -87,7 +87,7 @@ | |||
] | |||
|
|||
tutorials_require = [ | |||
'scikit-learn>=0.24,<2', | |||
'scikit-learn>=0.24,<1.2', |
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.
any reason we changed this?
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.
Yes, the tutorials are not working since the demo datasets used are available until 1.2
Since this was for tutorials only I think it was okay to just cap it right away.
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.
Resolves #336