Skip to content

Commit

Permalink
downgrade packages for now
Browse files Browse the repository at this point in the history
  • Loading branch information
dkweiss31 committed Sep 29, 2024
1 parent 3ac41cc commit fccae2f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions floquet/floquet.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ class FloquetAnalysis:
both the displaced state fit and the Blais branch analysis. For an example
workflow, see the [transmon](../examples/transmon) tutorial.
"""

def __init__(
self,
H0: qt.Qobj,
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ version = "0.1.0"
requires-python = ">=3.9"
description = "Floquet simulations for identifying resonances in quantum systems."
dependencies = [
"numpy",
"numpy<2.0", # TODO fix
"scipy",
"scqubits",
"qutip>=4.7.6",
"qutip>=4.7.6,<5.0", # TODO fix
"matplotlib",
"jupyter",
"h5py",
Expand Down

0 comments on commit fccae2f

Please sign in to comment.