Skip to content

Commit f802180

Browse files
author
spencer@primus
committed
Release 3
1 parent e38a99b commit f802180

2 files changed

Lines changed: 40 additions & 11 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "avstack-core"
3-
version = "0.1.0-alpha.2"
3+
version = "0.1.0-alpha.3"
44
description = "Core library for autonomous vehicle development"
55
authors = [{ name = "Spencer Hallyburton", email = "spencer.hallyburton@duke.edu" }]
66
requires-python = ">=3.10,<3.11"
@@ -19,6 +19,7 @@ classifiers = [
1919
]
2020
dependencies = [
2121
"pyyaml",
22+
"rich",
2223
"shapely>=2.0,<2.1",
2324
"addict~=2.4.0",
2425
"numpy>=1.20, <1.26",
@@ -45,7 +46,7 @@ percep = [
4546
"scikit-learn~=1.1",
4647
"albumentations~=1.3.1",
4748
"torch~=1.13.1",
48-
"torchvision",
49+
"torchvision~=0.14.1",
4950
"mmcv",
5051
"mmengine>=0.7.3,<0.8",
5152
"mmsegmentation",

uv.lock

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

0 commit comments

Comments
 (0)