Skip to content

Commit f501c84

Browse files
Removed too conservative constraints
1 parent c8b67c1 commit f501c84

File tree

2 files changed

+7
-18
lines changed

2 files changed

+7
-18
lines changed

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,10 +165,9 @@ ci = [
165165
"lancedb<=0.15.0",
166166
# TODO: versions higher than this are missing the macos wheel
167167
"pykx==2.5.3",
168-
# TODO: Constraint due to perf-analyzer platform compatibility issues
168+
# TODO: Constraint due to perf-analyzer platform compatibility issues
169169
"clarifai<10.0.0",
170-
"tritonclient<2.60.0",
171-
"perf-analyzer==0.1.0",
170+
"tritonclient<=2.60.0", # Allow 2.60.0 (was working), prevent 2.61.0 (has perf-analyzer issues)
172171
]
173172

174173
[project.scripts]

uv.lock

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

0 commit comments

Comments
 (0)