From dd3862964735ad39705f158a6ef3621320a70eee Mon Sep 17 00:00:00 2001 From: Naoki Yokoyama Date: Sat, 19 Oct 2024 14:16:15 -0700 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 711fcd2..7cccd48 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,10 +21,10 @@ dependencies = [ "seaborn >= 0.12.2", # required by yolov7 "open3d >= 0.17.0", "transformers == 4.26.0", # higher versions than 4.26.0 "break" BLIP-2 in LAVIS + "timm == 0.4.12", "frontier_exploration @ git+https://github.com/naokiyokoyama/frontier_exploration.git", "mobile_sam @ git+https://github.com/ChaoningZhang/MobileSAM.git", "depth_camera_filtering @ git+https://github.com/naokiyokoyama/depth_camera_filtering", - "timm == 0.4.12", ] [project.optional-dependencies] @@ -133,4 +133,3 @@ warn_redundant_casts = true no_implicit_optional = true files = ['vlfm','test','scripts'] exclude = "^(docker|.*external|.*thirdparty|.*install|.*build|.*_experimental|.*_pb2.py|.*_pb2_grpc.py)" -