Skip to content

Init uv environment#6

Merged
KOVALW merged 4 commits intomainfrom
wtk-uv
Feb 5, 2026
Merged

Init uv environment#6
KOVALW merged 4 commits intomainfrom
wtk-uv

Conversation

@KOVALW
Copy link
Copy Markdown
Collaborator

@KOVALW KOVALW commented Feb 5, 2026

Begins a core /src library that can be imported across other projects using uv. The workspaces directory packages is maintained through a temporary .gitkeep file that can be replaced with future workspace libraries that will be able to be imported into the main working src directory. Appropriately updates the README with instructions on installing and syncing the uv environment.

The pyproject.toml file is initialized with relationships between scipy, numpy, and pyarrow to avoid dependency issues encountered in the past

@KOVALW KOVALW linked an issue Feb 5, 2026 that may be closed by this pull request
Copy link
Copy Markdown
Collaborator

@confunguido confunguido left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@KOVALW KOVALW requested a review from cdc-as81 February 5, 2026 19:12
Copy link
Copy Markdown
Collaborator

@cdc-as81 cdc-as81 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we want to uv.lock commited?
it locks platform specific versions...

@KOVALW
Copy link
Copy Markdown
Collaborator Author

KOVALW commented Feb 5, 2026

do we want to uv.lock commited? it locks platform specific versions...

@cdc-as81 it's recommended to track uv.lock to ensure project consistency. I've added a pre-commit hook to check for excessive changes and limit unnecessary platform-specific commit changes

@KOVALW KOVALW requested a review from cdc-as81 February 5, 2026 19:49
Copy link
Copy Markdown
Collaborator

@cdc-as81 cdc-as81 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@KOVALW KOVALW merged commit 595a430 into main Feb 5, 2026
1 check passed
@KOVALW KOVALW deleted the wtk-uv branch February 5, 2026 21:58
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.

Set up uv package

3 participants