From 5d10f6c05bc6e8917ebadd63a376d3516c5b6591 Mon Sep 17 00:00:00 2001 From: Aleksander Wennersteen Date: Wed, 3 Apr 2024 10:59:12 +0200 Subject: [PATCH] [HOTFIX] Restrict SciPy to < 1.13 due to breaking Qutip (#668) * [FIX] Restrict SciPy to <1.13 due to qutip error * [BUMP] version to 0.17.4 --------- Co-authored-by: Aleksander Wennersteen --- VERSION.txt | 2 +- pulser-simulation/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION.txt b/VERSION.txt index 884e9604b..44e33a411 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -0.17.3 +0.17.4 diff --git a/pulser-simulation/requirements.txt b/pulser-simulation/requirements.txt index bfa02c6c2..81d0ae189 100644 --- a/pulser-simulation/requirements.txt +++ b/pulser-simulation/requirements.txt @@ -1,3 +1,3 @@ qutip~=4.7.5 # This is needed until qutip fixes the incompatibility with scipy 1.12 -scipy \ No newline at end of file +scipy<1.13