Skip to content

Commit

Permalink
build: Update pyquil (#13)
Browse files Browse the repository at this point in the history
* build(setup.cfg): update dependency on pyquil to be more inclusive

* refactor: remove unnecessary code
  • Loading branch information
mstechly authored Nov 27, 2022
1 parent c656914 commit 3037342
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 13 deletions.
10 changes: 0 additions & 10 deletions codecov.yml

This file was deleted.

2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ mypy_path = "src"

[[tool.mypy.overrides]]
module = [
'scipy.*',
'sympy.*',
'rapidjson',
]
ignore_missing_imports = true

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ packages = find_namespace:
python_requires = >=3.8,!=3.9.7,<3.11

install_requires =
pyquil~=2.25
pyquil>=2.25, <=3.3
orquestra-quantum


Expand Down

0 comments on commit 3037342

Please sign in to comment.