-
Notifications
You must be signed in to change notification settings - Fork 370
add typing_extensions as test dependencies which is required by modelopt #3743
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
base: release/2.8
Are you sure you want to change the base?
Conversation
No ciflow labels are configured for this repo. |
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
@@ -8,6 +8,7 @@ pytest>=8.2.1 | |||
pytest-xdist>=3.6.1 | |||
pyyaml | |||
transformers==4.49.0 | |||
typing_extensions | |||
nvidia-modelopt[all]; python_version >'3.9' and python_version <'3.13' | |||
--extra-index-url https://pypi.nvidia.com | |||
# flashinfer-python is not supported for python version 3.13 or higher |
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.
At some point can we move to these being recorded as a group in pyproject.toml instead of in here?
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.
Post 2.8
Description
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
Fixes # (issue)
Type of change
Please delete options that are not relevant and/or add your own.
Checklist: