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

Lock dependencies using pip-compile #438

Open
victorlin opened this issue Feb 21, 2024 · 0 comments
Open

Lock dependencies using pip-compile #438

victorlin opened this issue Feb 21, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@victorlin
Copy link
Member

Currently, dependencies are defined rather loosely:

nextstrain-cli>=2.0.0
csv-diff>=0.6
pandas>=1.0.1
biopython
regex
envdir
xopen
typer

From #416 (comment):

Ideally, it would still be nice to lock these deps so they're not changing and liable to break on new upstream releases updates. I'd use pip-compile from pip-tools for that.

@victorlin victorlin added the enhancement New feature or request label Feb 21, 2024
@victorlin victorlin mentioned this issue Feb 21, 2024
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant