Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ build-backend = "hatchling.build"

[project]
name = "t4-devkit"
version = "0.5.2"
version = "0.5.3"
description = "A toolkit to load and operate T4 dataset."
authors = [{ name = "Kotaro Uetake", email = "[email protected]" }]
readme = "README.md"
requires-python = ">=3.10,<3.13"
dependencies = [
"rerun-sdk>=0.20.0",
Copy link
Collaborator

@ktro2828 ktro2828 Jan 14, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line introduced in #235, so we shouldn't fix the version.
I will open another PR to resolve the AttributeError. Could you please wait a moment until it's merged?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ktro2828 Thanks, I will wait.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@SamratThapa120 I opened PR to address this #248. Please take a look!

"rerun-sdk==0.20.0",
"pyquaternion>=0.9.9",
"matplotlib>=3.9.2",
"shapely<2.0.0; python_version=='3.10'",
Expand Down
Loading