Skip to content

Commit 38bb207

Browse files
authored
fix(eval): change scipy version
Signed-off-by: Martyna Patelka <mpatelka@nvidia.com>
1 parent 0b64f09 commit 38bb207

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -160,11 +160,13 @@ dependencies = [
160160
"mlflow-skinny>=3.15.1",
161161
"mlflow>=3.15.1",
162162

163-
# scipy: used by nemo_gym/reward_profile.py to compute t-distribution confidence
164-
# intervals for repeat-level and aggregate reward metrics.
165-
# Updated Tue Aug 18, 2026 with scipy>=1.18.0
163+
# scipy: t-distribution confidence intervals for repeat-level reward metrics in
164+
# nemo_gym/reward_profile.py. Lower bound is the first release with cp313 wheels;
165+
# deliberately NOT >=1.18, which requires numpy>=2.0 and breaks servers pinned to
166+
# numpy<2 (wmt_translation and osworld_agent, via unbabel-comet).
167+
# Updated Tue Aug 18, 2026 with scipy>=1.14.1
166168
# License: BSD 3-Clause https://github.com/scipy/scipy/blob/main/LICENSE.txt
167-
"scipy>=1.18.0",
169+
"scipy>=1.14.1",
168170

169171
# aiohttp: async http backend
170172
# Updated Sun Jun 29, 2026 with aiohttp>=3.14.1 (CVE mitigation)

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)