-
Couldn't load subscription status.
- Fork 0
Added a method to collect the run metadata
#7
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
base: main
Are you sure you want to change the base?
Added a method to collect the run metadata
#7
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you also update algorithm_store.json?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One thing remaining is to update uv.lock (I think?). Can you just run uv sync to check? Feel free to merge after
| requires-python = ">=3.13" | ||
| dependencies = [ | ||
| "pandas", | ||
| "pytest", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When adding dependencies on the main level, it would be good to do uv sync so that the uv.lock is also updated to reflect this added dependency.
Actually, I think we hardly ever need to manually modify the pyproject.toml anymore - dependencies should be added/modified by uv commands such as, in this case, uv add pytest
No description provided.