Sync contents

This commit is contained in:
Daniel Xu 2025-11-19 00:07:22 +00:00
parent 58bf1f227e
commit 12e90a5a67
2 changed files with 4 additions and 3 deletions

View file

@ -1,4 +1,4 @@
{
"last_synced_sha": "f9614b385c0d79100c8a5aa8ad1a05e88a7cc405",
"last_sync_time": "2025-11-18T22:20:16.894068"
"last_synced_sha": "92e25b2a48e96d7809727fe563335652d00b3756",
"last_sync_time": "2025-11-19T00:07:22.405224"
}

View file

@ -1,6 +1,6 @@
[project]
name = "tinker"
version = "0.4.0"
version = "0.4.1"
description = "The official Python SDK for the tinker API"
readme = "README.md"
license = "Apache-2.0"
@ -17,6 +17,7 @@ dependencies = [
"sniffio",
"numpy",
"torch",
"transformers",
"rich>=13.0.0",
"click>=8.0.0",
]