Skip to content

Commit aade107

Browse files
committed
update numpy version
1 parent 7bde89a commit aade107

File tree

2 files changed

+34
-33
lines changed

2 files changed

+34
-33
lines changed

pixi.lock

Lines changed: 32 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pixi.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,10 @@ cmd = "pip install rerun-sdk==0.24.0"
115115

116116

117117

118+
118119
[dependencies]
119120
python = "3.11.*"
120-
numpy = "1.26.*"
121+
numpy = "1.25.*" #1.26.x fails during go2_interface compile
121122
pip = ">=24.0,<25" # To install rerun-sdk
122123

123124
# C++ build-tools:

0 commit comments

Comments
 (0)