You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is best practice to specify the version range of Python dependencies for a project. This helps alleviate any potential issues or bugs encountered when a new version of a dependency is released.
Sample Code
For example, "torch >=2.1, <2.5" in pyproject.toml
Expected behavior
Build and runtime work as expected.
The text was updated successfully, but these errors were encountered:
hickeyma
changed the title
Python projects dependencies version ranges are not set
Project Python dependency version ranges are not set
Dec 16, 2024
Describe the bug
It is best practice to specify the version range of Python dependencies for a project. This helps alleviate any potential issues or bugs encountered when a new version of a dependency is released.
Sample Code
For example,
"torch >=2.1, <2.5"
inpyproject.toml
Expected behavior
Build and runtime work as expected.
The text was updated successfully, but these errors were encountered: