We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This update should replace top-level requirements.txt and all the text files under requirements/ folder.
requirements.txt
requirements/
It may be helpful to refer to this packaging guideline https://learn.scientific-python.org/development/guides/packaging-simple/ and the official pyproject documentation https://packaging.python.org/en/latest/guides/writing-pyproject-toml/
Here's an example pyproject.toml file from one of our other CDH django projects: https://github.com/Princeton-CDH/mep-django/blob/main/pyproject.toml
You will have to update the github actions python installation for this change.
The text was updated successfully, but these errors were encountered:
mabdellatif88
No branches or pull requests
This update should replace top-level
requirements.txt
and all the text files underrequirements/
folder.It may be helpful to refer to this packaging guideline https://learn.scientific-python.org/development/guides/packaging-simple/ and the official pyproject documentation https://packaging.python.org/en/latest/guides/writing-pyproject-toml/
Here's an example pyproject.toml file from one of our other CDH django projects: https://github.com/Princeton-CDH/mep-django/blob/main/pyproject.toml
You will have to update the github actions python installation for this change.
The text was updated successfully, but these errors were encountered: