Skip to content

Conversation

@seofernando25
Copy link

@seofernando25 seofernando25 commented Nov 24, 2025

Would be nice to use a proper project file and lock files so that we are all on the same version.

  • Added pyproject.toml and a lock file.
  • You can see how you could use it from here.


Note

Introduces project configuration with dependencies and lockfile, documents install/usage with uv, and sets Python to 3.14.

  • Tooling/Build:
    • Add pyproject.toml with project metadata, Python >=3.14, and deps (numpy, scipy, matplotlib, pymap3d).
    • Add uv.lock to lock transitive dependencies.
    • Add .python-version pinning Python to 3.14.
  • Docs:
    • New README.md with installation (uv sync) and usage (uv run flight_sim.py).

Written by Cursor Bugbot for commit 6e6958e. This will update automatically on new commits. Configure here.

@seofernando25 seofernando25 requested a review from betato November 24, 2025 20:31
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.

2 participants