Skip to content

Commit

Permalink
remove constraint on qcodes version to break circular dependency when…
Browse files Browse the repository at this point in the history
… qcodes version is onknown
  • Loading branch information
jenshnielsen committed Feb 3, 2023
1 parent 7ac05f4 commit 93eaf10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ classifiers = [
license = {text = "MIT"}
requires-python = ">=3.8"
dependencies = [
"qcodes>=0.37.0",
"qcodes",
"h5py>=3.0.0",
"lazy_loader>=0.1",
"matplotlib>=3.3.0",
Expand Down

0 comments on commit 93eaf10

Please sign in to comment.