From 6e69976fe58ddb30116ebb5218abb88bbfb90af3 Mon Sep 17 00:00:00 2001 From: "Adam M. Krajewski" <54290107+amkrajewski@users.noreply.github.com> Date: Fri, 29 Mar 2024 13:17:58 -0400 Subject: [PATCH] (deps) moved `plotly` from optional to required dependencies --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6dea6ff..3948c48 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,6 +38,7 @@ dependencies = [ "natsort>=8.3.0", "pymongo>=4.4", "pysmartdl2>=2.0.0", + "plotly>=5.15.0", "dnspython", "ruamel.yaml", "colorama" @@ -49,7 +50,6 @@ dev = [ "onnxconverter_common>=1.14.0", "onnxsim==0.4.33", "onnxruntime>=1.16.0", - "plotly>=5.15.0", "optimade[http_client]>=1.0.0" ]