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

Adding pyproject.toml file to project #2

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

alxmrs
Copy link

@alxmrs alxmrs commented Feb 10, 2025

This add a pyproject.toml configuration file to Samudra. Doing so allows the Samudra codebase to be distributable via pip, even via the GitHub repo. In addition, it helps improve the developer experience by allowing users to develop with uv (Fixes #1).

A minor additional difference in this project (also discussed in #1): this upgrades the minimum version of cftime so that the project can better run on ARM machines (specifically M1+ mac computers).

With these additions, the project will be pip-installable, even from the GitHub repo. It will also allow the project to be managed via `uv`.
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.

Consider migrating to uv.
1 participant