From 586ee94d645630d3119e610462784245eaf3502a Mon Sep 17 00:00:00 2001 From: Mine Starks <16928427+minestarks@users.noreply.github.com> Date: Mon, 27 Feb 2023 10:52:46 -0800 Subject: [PATCH] Bump qutip 4.7.0 -> 4.7.1 Building the repo with Python 3.11 causes a failure since a [prebuilt wheel does not exist for QuTip 4.7.0 x Python 3.11](https://github.com/qutip/qutip/releases/tag/v4.7.0). Instead of trying to debug the failure, bumping the dependency so the prebuilt wheel will be fetched instead. --- src/Python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Python/requirements.txt b/src/Python/requirements.txt index c7d77e14..12244328 100644 --- a/src/Python/requirements.txt +++ b/src/Python/requirements.txt @@ -7,7 +7,7 @@ numpy==1.22.0 pytest==7.2.0 pygments==2.12.0 # to avoid high-severity issue. pyzmq==25.0.0 -qutip==4.7.0 +qutip==4.7.1 selenium==4.2.0 setuptools==62.6.0 wheel==0.37.1