From 3f00817548a51ffa6325296f350598e132123cc1 Mon Sep 17 00:00:00 2001 From: Michael Goerz Date: Sun, 12 May 2024 10:02:56 -0400 Subject: [PATCH] Limit compatibility with qutip to < 5.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ddffad9b..3d89679a 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ def get_version(filename): 'glom', 'numpy', 'scipy', - 'qutip>=4.3.1', + 'qutip>=4.3.1,<5.0', 'threadpoolctl', 'grapheme', ]