Skip to content

Commit 1ebfaf9

Browse files
authored
fix: add missing pyyaml dep to dist (#15)
1 parent d7e5938 commit 1ebfaf9

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ pip install torcharc
2121

2222
The returned model is a PyTorch `nn.Module`, fully-compatible with `torch.compile`, and mostly compatible with PyTorch JIT script and trace.
2323

24-
See more examples below, then see how it work at the end.
24+
See more examples below, then see how it works at the end.
2525

2626
---
2727

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
[project]
22
name = "torcharc"
3-
version = "2.0.0"
3+
version = "2.0.1"
44
description = "Build PyTorch models by specifying architectures."
55
readme = "README.md"
66
requires-python = ">=3.12"
77
dependencies = [
88
"pydantic>=2.10.4",
9+
"pyyaml>=6.0.2",
910
]
1011

1112
[project.optional-dependencies]

uv.lock

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

0 commit comments

Comments
 (0)