Skip to content

Commit

Permalink
Merge branch 'swang/pyluwen-optional-dependencies' into 'main'
Browse files Browse the repository at this point in the history
Moved pyluwen to optioinal dependencies

See merge request syseng-platform/tt-tools-common!21
  • Loading branch information
swangTT committed Jul 11, 2024
2 parents 6c5ae26 + b7bb60d commit a8a5577
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ 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).

## 1.4.5 - 11/07/2024

### Added
- Bump pyluwen library version (v0.3.8 -> v0.3.11)
- Moved pyluwen v0.3.11 to optional dependencies in pyproject.toml

## 1.4.4 - 21/06/2024

### Added
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-tools-common"
version = "1.4.4"
version = "1.4.5"
description = "Common library for Tenstorrent tooling"
readme = "README.md"
requires-python = ">=3.7"
Expand Down Expand Up @@ -33,13 +33,13 @@ dependencies = [
'requests==2.32.0',
'jsons==1.6.3',
'tqdm==4.66.3',
"pyluwen @ git+https://github.com/tenstorrent/[email protected]#subdirectory=crates/pyluwen",
'pydantic>=1.2',
]

optional-dependencies.dev = [
'black==23.11.0',
'pre-commit==3.5.0',
"pyluwen @ git+https://github.com/tenstorrent/[email protected]#subdirectory=crates/pyluwen",
]

[project.urls]
Expand Down

0 comments on commit a8a5577

Please sign in to comment.