Skip to content

Commit

Permalink
update doc deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mickahell committed Feb 21, 2024
1 parent 57c6459 commit 56454bd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
4 changes: 1 addition & 3 deletions client/tests/test_trial.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,7 @@ def test_trial_context(self):
trial.read(trial_id=uuid)
self.assertTrue(os.path.isfile(os.path.join(self.save_path, f"{uuid}.json")))
self.assertEqual(trial.metrics, [["test_metric", 42]])
self.assertEqual(
trial.versions, [["qiskit", __version__]]
)
self.assertEqual(trial.versions, [["qiskit", __version__]])

def test_add_trial(self):
"""Test adding stuff into Trial."""
Expand Down
4 changes: 2 additions & 2 deletions docs/requirements-doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ pympler~=0.9
# Black's formatting rules can change between major versions, so we use
# the ~= specifier for it.
black[jupyter]~=22.1
qiskit-terra>=0.21.1
qiskit>=1.0.0
sphinx-copybutton>=0.5.0
qiskit-ibm-runtime==0.9.3
qiskit-ibm-runtime>=0.20.0
boto3==1.26.133
ipywidgets==8.0.6
matplotlib==3.7.1
Expand Down
3 changes: 2 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ jupyter==1.0.0
nbconvert==7.4.0
nbformat==5.8.0
testcontainers==3.7.1
qiskit_optimization==0.6.0
qiskit-optimization==0.6.0
qiskit-algorithms==0.3.0

0 comments on commit 56454bd

Please sign in to comment.