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

Requirements - Consolidation #200

Open
RyanJField opened this issue Feb 3, 2023 · 0 comments
Open

Requirements - Consolidation #200

RyanJField opened this issue Feb 3, 2023 · 0 comments
Assignees

Comments

@RyanJField
Copy link
Collaborator

Currently we have 3 different requirements files:
local-requirements.txt - for the local registry
requirements.txt - for the remote registry
pyproject.toml - poetry requirements, currently only used for the CI

The issue arises keeping these all synced and ensuring none of the older versions of theses requirements break (recently LXML broke
on MAC OS ARM which is a requirement of prov and a specific version was added to the local-requirements.txt to overcome this). I understand we may not want to use greater than in these requirements.txt files without prior testing, but we need to consolidate the requirements possibly using poetry and using the CI with a weekly build to see if any of the requirements cause issues.

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

No branches or pull requests

3 participants