-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
Where are the LightGBM dependencies defined? #6068
Comments
Thanks for using LightGBM! Not a stupid question. As you noted, For the latest unreleased version of For prior releases, look in For any Python package, if you're ok with installing it then use pip install 'lightgbm==3.3.5'
pip show lightgbm shows the following
|
Thank you. That helps a lot. |
This issue has been automatically locked since there has not been any recent activity since it was closed. To start a new related discussion, open a new issue at https://github.com/microsoft/LightGBM/issues including a reference to this. |
Pardon me if this is a stupid question:
I am wondering where can I find the dependency requirements for LightGBM Python package, especially for a specific version. E.g. I found a pyproject.toml (https://github.com/microsoft/LightGBM/blob/master/python-package/pyproject.toml) under the
master
branch. But such file does not exist for a specific version (e.g. if I switch to Tag v3.3.3, this file does not exist).How do I know the dependency requirement for a specific version?
The text was updated successfully, but these errors were encountered: