Skip to content
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

ci: update to poetry 2 #249

Draft
wants to merge 18 commits into
base: master
Choose a base branch
from
Draft

ci: update to poetry 2 #249

wants to merge 18 commits into from

Conversation

aryarm
Copy link
Member

@aryarm aryarm commented Jan 16, 2025

TODO:

[tool.poetry.requires-plugins]
poetry-conda = ">=0.1.4"
poetry-plugin-export = ">=1.9"
poetry-plugin-shell = ">=1.0.1"

@aryarm
Copy link
Member Author

aryarm commented Jan 30, 2025

this code should not be merged yet. The poetry.lock file no longer contains the minimum versions of our dependencies :(

my goal is for the min versions to remain in the lock file and for these versions to be present for all versions > 3.10:

    "matplotlib==3.10.0 ; python_version >= '3.10'",
    "numpy==2.2.2 ; python_version >= '3.10'",
    "pandas==2.2.3 ; python_version >= '3.10'",
    "pysam==0.22.1 ; python_version >= '3.10'",
    "scikit-learn==1.6.1 ; python_version >= '3.10'",
    "scipy==1.15.1 ; python_version >= '3.10'",
    "statsmodels==0.14.4 ; python_version >= '3.10'",
    "pyfaidx==0.8.1.3 ; python_version >= '3.10'",
    "pgenlib==0.92.0 ; python_version >= '3.10'",

we might need cjolowicz/nox-poetry#663 for that to work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant