-
Notifications
You must be signed in to change notification settings - Fork 45
chore(deps): bump the inference-dependencies group across 1 directory with 6 updates #525
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,25 +4,25 @@ version = "0.1.0" | |
| description = "Evaluation workflow runtime dependencies" | ||
| requires-python = ">=3.12" | ||
| dependencies = [ | ||
| "numpy==2.2.6", | ||
| "numpy==2.4.4", | ||
| "azure-core==1.39.0", | ||
| "azure-storage-blob==12.28.0", | ||
| "azure-identity==1.25.3", | ||
| "azure-ai-ml==1.32.0", | ||
| "marshmallow==3.26.2", | ||
| "marshmallow==4.3.0", | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||
| "mlflow==3.11.1", | ||
| "packaging==26.1", | ||
| "psutil==7.2.2", | ||
| "pynvml==13.0.1", | ||
| "pyperclip==1.11.0", | ||
| "onnx==1.21.0", | ||
| "onnxscript==0.6.2", | ||
| "onnxscript==0.7.0", | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. onnxscript 0.6.2 → 0.7.0 — minor bump, new GraphBuilder APISource: onnxscript v0.7.0 release notes. Notable additions: new |
||
| "onnxruntime-gpu==1.24.4", | ||
| "toml==0.10.2", | ||
| "gymnasium==1.2.3", | ||
| "torch==2.10.0", | ||
| "tensordict==0.12.1", | ||
| "lerobot==0.5.0", | ||
| "torch==2.11.0", | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||
| "tensordict==0.12.2", | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. tensordict 0.12.1 → 0.12.2 — ABI-sensitive patch releaseSurface: Patch release: fixes |
||
| "lerobot==0.5.1", | ||
| ] | ||
|
|
||
| [build-system] | ||
|
|
||
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.
numpy 2.2.6 → 2.4.4 — ABI-sensitive, stays within 2.x
Surface:
python-runtime(ABI-sensitive per rubric). Source: numpy 2.4.4 release notes.This bump stays within the NumPy 2.x series (2.2 → 2.4); no ABI break is expected between these minor versions. The 2.4.x releases are patch-level fixes: OpenBLAS threading on ARM (issue #30816), FNV-1a 64-bit hash fix, ufunc
where=Truewarning.Note:
training/rl/pyproject.tomlandtraining/il/lerobot/pyproject.tomlboth pinnumpy==1.26.4(NumPy 1.x). Those surfaces are not touched by this PR, so there is no cross-surface numpy ABI conflict introduced here. Validate withruff checkand targetedpytestinevaluation/.