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
/home/goochmi/.conda/envs/mgooch_env/lib/python3.11/site-packages/pdm/models/requirements.py:485: FutureWarning: Local version label can only be used with == or != operators
pkg_req = parse_as_pkg_requirement(line)
/home/goochmi/.conda/envs/mgooch_env/lib/python3.11/site-packages/pdm_plugin_torch/main.py:110: PDMDeprecationWarning: The overrides argument is deprecated and will be removed in the future.
return BaseProvider(repository, allow_prereleases, overrides)
/home/goochmi/.conda/envs/mgooch_env/lib/python3.11/site-packages/pdm_plugin_torch/main.py:110: PDMDeprecationWarning: The allow_prereleases argument is deprecated and will be removed in the future.
The text was updated successfully, but these errors were encountered:
/home/goochmi/.conda/envs/mgooch_env/lib/python3.11/site-packages/pdm/models/requirements.py:485: FutureWarning: Local version label can only be used with
==
or!=
operatorspkg_req = parse_as_pkg_requirement(line)
/home/goochmi/.conda/envs/mgooch_env/lib/python3.11/site-packages/pdm_plugin_torch/main.py:110: PDMDeprecationWarning: The
overrides
argument is deprecated and will be removed in the future.return BaseProvider(repository, allow_prereleases, overrides)
/home/goochmi/.conda/envs/mgooch_env/lib/python3.11/site-packages/pdm_plugin_torch/main.py:110: PDMDeprecationWarning: The
allow_prereleases
argument is deprecated and will be removed in the future.The text was updated successfully, but these errors were encountered: