Skip to content

Commit

Permalink
Chore: bump luwen version
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Rosen <drosen@tenstorrent.com>
  • Loading branch information
TTDRosen committed Mar 8, 2025
1 parent 27812cf commit 323ee25
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 3.0.10 - 07/03/25

- Chore - bumped luwen version to fail with an error if chip reinit fails

## 3.0.8 - 06/03/25

- Chore - bumped luwen version to include telemetry check during bh arc init
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "tt-smi"
version = "3.0.8"
version = "3.0.9"
description = "ncurses based hardware monitoring for Tenstorrent silicon"
readme = "README.md"
requires-python = ">=3.7"
Expand All @@ -27,7 +27,7 @@ dependencies = [
'distro==1.8.0',
'elasticsearch==8.11.0',
'pydantic>=1.2',
'pyluwen @ git+https://github.com/tenstorrent/luwen.git@v0.4.10#subdirectory=crates/pyluwen',
'pyluwen @ git+https://github.com/tenstorrent/luwen.git@v0.4.11#subdirectory=crates/pyluwen',
'tt_tools_common @ git+https://github.com/tenstorrent/tt-tools-common.git@v1.4.14',
'rich==13.7.0',
'textual==0.59.0',
Expand Down

0 comments on commit 323ee25

Please sign in to comment.