Skip to content

Commit

Permalink
add missing dependency on cffi for Advantech driver
Browse files Browse the repository at this point in the history
  • Loading branch information
jenshnielsen committed May 7, 2024
1 parent 062e78d commit 9a47c61
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 @@ -20,7 +20,7 @@ classifiers = [
"Programming Language :: Python :: 3.12",
"Topic :: Scientific/Engineering",]
requires-python = ">=3.9"
dependencies = [ "qcodes>=0.42.0", "versioningit>=2.2.1", "packaging", "pandas"]
dependencies = [ "qcodes>=0.42.0", "versioningit>=2.2.1", "packaging", "pandas", "cffi"]
dynamic = [ "version",]

[[project.maintainers]]
Expand Down

0 comments on commit 9a47c61

Please sign in to comment.