From 6925aaa898d84aa94adcdca33dd658d75acd310b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrique=20Silv=C3=A9rio?= <29920212+HGSilveri@users.noreply.github.com> Date: Tue, 23 Jan 2024 16:00:28 +0100 Subject: [PATCH] Temporarily restrict scipy<1.12 to avoid `qutip` incompatiblity (#632) * Restrict scipy < 1.12 * Bump version to 0.16.2 --- VERSION.txt | 2 +- pulser-simulation/requirements.txt | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/VERSION.txt b/VERSION.txt index 2a0970ca7..201a22c8f 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -0.16.1 +0.16.2 diff --git a/pulser-simulation/requirements.txt b/pulser-simulation/requirements.txt index f40b1a0fe..022c3d0c8 100644 --- a/pulser-simulation/requirements.txt +++ b/pulser-simulation/requirements.txt @@ -1 +1,3 @@ qutip~=4.7.2 +# This is needed until qutip fixes the incompatibility with scipy 1.12 +scipy<1.12 \ No newline at end of file