Skip to content

Commit

Permalink
Merge pull request #325 from jenshnielsen/add_cffi
Browse files Browse the repository at this point in the history
add missing dependency on cffi for Advantech driver
  • Loading branch information
jenshnielsen authored May 7, 2024
2 parents 062e78d + 9a47c61 commit 7dc2874
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 7dc2874

Please sign in to comment.