From 9203a30c63d13d74dc6cd34657ce76a9f0ea5737 Mon Sep 17 00:00:00 2001 From: Conor Messer <35932467+ConorMesser@users.noreply.github.com> Date: Tue, 18 Jun 2024 22:18:26 -0700 Subject: [PATCH] Update setup.py with new cnv_suite version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4eae3cb..c902d82 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ packages=setuptools.find_packages(where=".", exclude=['zeption.examples', '']), python_requires=">=3.8", # last tested version: 3.9 install_requires = ['setuptools<60.0', # https://numpy.org/doc/stable/reference/distutils_status_migration.html. Install before numpy - 'cnv-suite', + 'cnv-suite>=0.2.0', 'dash>=2.11.0', 'dash-bootstrap-components', 'dash-cytoscape',