Skip to content

Commit

Permalink
[QI2-719] Revert to python 3.8, remove libraries, remove test
Browse files Browse the repository at this point in the history
  • Loading branch information
napocornejo committed Nov 28, 2023
1 parent e751f4e commit 81d4fd2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 104 deletions.
104 changes: 4 additions & 100 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ classifiers = [
qi = "quantuminspire.cli.command_list:app"

[tool.poetry.dependencies]
python = "^3.9"
python = "^3.8"
typer = {extras = ["all"], version = "^0.9.0"}
qutechopenql = "^0.11.1"
pydantic = "^1.10.9"
Expand All @@ -42,9 +42,7 @@ pytest-mock = "^3.12.0"
isort = "^5.11.4"
black = "^23.11.0"
pytest-asyncio = "^0.21.1"
networkx = "^3.1"
numpy = "^1.23.5"
scipy = "^1.10.1"


[tool.pytest.ini_options]
addopts = "-v --cov --cov-report term-missing:skip-covered --cov-report xml"
Expand Down

0 comments on commit 81d4fd2

Please sign in to comment.