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.
This commit is contained in:
Mine Starks 2023-02-27 10:52:46 -08:00 коммит произвёл GitHub
Родитель 72a04c10f0
Коммит 586ee94d64
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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