sandialabs / pyGSTi

A python implementation of Gate Set Tomography
http://www.pygsti.info
Apache License 2.0
134 stars 56 forks source link

Pygsti is incompatible with scipy 1.12 #391

Closed eendebakpt closed 8 months ago

eendebakpt commented 8 months ago

Describe the bug Using pygsti fails on the import of colvolve from scipy (which is no longer available from the main scipy namespace in version 1.12)

To Reproduce Steps to reproduce the behavior:

  1. Install scipy 1.12 (latest on pypi) and pygsti
  2. Using pygsti fails on the import of colvolve from scipy at line

https://github.com/sandialabs/pyGSTi/blob/7411a00ec81e67f50932b705e46426fc2d4701d8/pygsti/extras/drift/signal.py#L13

Environment (please complete the following information):

sserita commented 8 months ago

Fixed in #392