Skip to content

Commit

Permalink
Merge pull request #184 from QCoDeS/dependabot/pip/packaging-lt-23.0
Browse files Browse the repository at this point in the history
Remove pin of packaging version
  • Loading branch information
jenshnielsen authored Dec 14, 2022
2 parents a90416c + 741f21a commit 800ca06
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ name = "qcodes_contrib_drivers"
description = "User contributed drivers for QCoDeS"
classifiers = [ "Development Status :: 3 - Alpha", "Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License", "License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)", "Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Topic :: Scientific/Engineering",]
requires-python = ">=3.8"
# Some drivers are making use of legacy versions removed in packaging 22.0
dependencies = [ "qcodes>=0.33.0", "versioningit>=1.1.0", "packaging<22.0"]
dependencies = [ "qcodes>=0.33.0", "versioningit>=1.1.0", "packaging"]
dynamic = [ "version",]

[[project.maintainers]]
Expand Down

0 comments on commit 800ca06

Please sign in to comment.