From 31317aec45d62d3fdace4ca9e19023592fe81cc5 Mon Sep 17 00:00:00 2001 From: Yondon Fu Date: Fri, 28 Nov 2025 17:36:19 -0500 Subject: [PATCH] Remove [core] extra from pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ba4c49c..2d12e89 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ version = "0.1.0" description = "Add your description here" requires-python = ">=3.10.12" dependencies = [ - "daydream-scope[core]", + "daydream-scope", "imageio>=2.37.0", "imageio-ffmpeg>=0.6.0", "opencv-python>=4.8.0",