From d7ca259ff4d098657c58ace00946d49b4272b8e4 Mon Sep 17 00:00:00 2001 From: Carifio24 Date: Wed, 4 Dec 2024 13:52:44 -0500 Subject: [PATCH] Add pin to Plotly version for the time being. --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index d8796b8..a497d11 100644 --- a/setup.cfg +++ b/setup.cfg @@ -15,7 +15,7 @@ python_requires = >=3.10 packages = find: install_requires = glue-core>=1.13.1 - plotly + plotly<6.0.0a0 chart-studio [options.extras_require]