-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
substitute setup.py with pyproject.toml #58
base: master
Are you sure you want to change the base?
Conversation
@@ -0,0 +1,131 @@ | |||
"""Test that the strict and loose requirements files are aligned.""" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
code copied from alphaDIA
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot! Installers and software execution worked correctly also for me
# Make sure you include the required extra packages and always use the stable or very-stable options! | ||
pip install "dist/directlfq-0.3.1-dev0-py3-none-any.whl[stable, gui]" | ||
python -m build | ||
# Make sure you include the required extra packages and always use the stable options! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
does this comment still apply?
remove setup.py-based installing (needs to be tested still)
Misc:
shell: bash -l {0}
->shell: bash -le {0}
for easier debuggingNote: the versions bumped for gui were implicitly used already in the previous release:
(https://github.com/MannLabs/directlfq/actions/runs/11499226277/job/32006749669#logs)
I susspect there's a bug in the old
setup.py
which strips off versions from all extra packages