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
Dependencies are defined in setup.cfg, requirements.txt, and pyproject.toml. It should be defined only on one place probably pyproject.toml.
Also I think the deps are uselessly strict so it complicates distro packaging. I had to patch the strict version requirements in order to package it into Fedora. See e.g. https://bugzilla.redhat.com/show_bug.cgi?id=2332187
Expected behavior:
Dependencies defined only in one place and probably relaxed not to require strict versions, but maybe the lowest version and all new versions of packages.
Steps to reproduce:
Check the content of the setup.cfg, requirements.txt, and pyproject.toml.
Bug Report
NanoVNA-Saver version:
nanovna-saver-0.6.8
Current behavior:
Dependencies are defined in setup.cfg, requirements.txt, and pyproject.toml. It should be defined only on one place probably pyproject.toml.
Also I think the deps are uselessly strict so it complicates distro packaging. I had to patch the strict version requirements in order to package it into Fedora. See e.g. https://bugzilla.redhat.com/show_bug.cgi?id=2332187
Expected behavior:
Dependencies defined only in one place and probably relaxed not to require strict versions, but maybe the lowest version and all new versions of packages.
Steps to reproduce:
Check the content of the setup.cfg, requirements.txt, and pyproject.toml.
Related code:
Other information:
https://bugzilla.redhat.com/show_bug.cgi?id=2332187
The text was updated successfully, but these errors were encountered: