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
When using the --no-deps argument with rez pip, package dependencies seem to become all lowercase. This causes dependencies to not be found. If I don't include the --no-deps argument, then the package.py has the proper casing for the dependencies.
When using the --no-deps argument with rez pip, package dependencies seem to become all lowercase. This causes dependencies to not be found. If I don't include the --no-deps argument, then the package.py has the proper casing for the dependencies.
Environment
To Reproduce
Expected behavior
In package.py
requires = [Pygments-2.4.0+, ...]
Actual behavior
In package.py
requires = [pygments-2.4.0+, ...]
The text was updated successfully, but these errors were encountered: