EmbarkStudios / pdm-plugin-torch

A tool for managing torch-variants with PDM.
Apache License 2.0
32 stars 5 forks source link

Warnings about deprecated usages #23

Open kotoroshinoto opened 8 months ago

kotoroshinoto commented 8 months ago

/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.