diff --git a/codecov.yml b/codecov.yml deleted file mode 100644 index ad43a30..0000000 --- a/codecov.yml +++ /dev/null @@ -1,10 +0,0 @@ -coverage: - status: - project: - default: - target: 90% - threshold: 0.5% - patch: - default: - target: 90% - threshold: 0.5% \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index dc0f94b..607ac2e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,9 +22,7 @@ mypy_path = "src" [[tool.mypy.overrides]] module = [ - 'scipy.*', 'sympy.*', - 'rapidjson', ] ignore_missing_imports = true diff --git a/setup.cfg b/setup.cfg index 62a2c5e..96c99d7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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