Skip to content

Commit

Permalink
build: update phir version, add classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
qartik committed Nov 8, 2023
1 parent 216ba35 commit c6a690a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,18 @@ requires-python = ">=3.10"
license = {file = "LICENSE"}
authors = [{name = "Quantinuum"}]

dependencies = ["phir>=0.1.5", "pytket"]
classifiers = [
"Intended Audience :: Developers",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: BSD License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Topic :: Scientific/Engineering",
"Topic :: Software Development :: Libraries :: Python Modules",
"Typing :: Typed",
]

dependencies = ["phir>=0.1.6", "pytket"]

[project.optional-dependencies]
tests = ["pytest"]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
build==1.0.3
mypy==1.6.1
phir==0.1.5
phir==0.1.6
pre-commit==3.5.0
pytest==7.4.3
pytket-quantinuum==0.25.0
Expand Down

0 comments on commit c6a690a

Please sign in to comment.