Skip to content

Commit

Permalink
Hotfix: python-sat requirement (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcSerraPeralta authored Sep 18, 2024
1 parent 111a1aa commit eaaec1c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ dependencies = [
"networkx",
"lmfit",
"stim",
"python-sat",
]

[tool.setuptools.packages.find]
Expand Down
6 changes: 5 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,18 @@ python-dateutil==2.9.0.post0
# via
# matplotlib
# pandas
python-sat==1.8.dev13
# via qec-util (pyproject.toml)
pytz==2024.1
# via pandas
pyyaml==6.0.2
# via qec-util (pyproject.toml)
scipy==1.14.0
# via lmfit
six==1.16.0
# via python-dateutil
# via
# python-dateutil
# python-sat
stim==1.13.0
# via qec-util (pyproject.toml)
tzdata==2024.1
Expand Down
6 changes: 5 additions & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ python-dateutil==2.9.0.post0
# via
# matplotlib
# pandas
python-sat==1.8.dev13
# via qec-util (pyproject.toml)
pytz==2024.1
# via pandas
pyyaml==6.0.2
Expand All @@ -116,7 +118,9 @@ scipy==1.14.0
# lmfit
# pymatching
six==1.16.0
# via python-dateutil
# via
# python-dateutil
# python-sat
stim==1.13.0
# via qec-util (pyproject.toml)
toml==0.10.2
Expand Down

0 comments on commit eaaec1c

Please sign in to comment.