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
We request to please do not pin the docstring-parser to a fixed version such as 0.8.1 as it caused conflicts with other python packages we consume along with torchx. Thanks.
Motivation/Background
Pinning docstring-parser to a fixed version like docstring-parser==0.8.1 causes dependency conflicts when installing some other python packages.
Detailed Proposal
Make torchx depend on docstring-parser>=0.8.1,<=0.15.0 or something similar