Skip to content

Commit

Permalink
Merge pull request #94 from StatikTUM/fix/colab-pip
Browse files Browse the repository at this point in the history
Fix Colab pip
  • Loading branch information
oberbichler committed Apr 26, 2022
2 parents 1a23bdf + aa21afa commit 129e18b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ scipy = [
{ version = "^1.7.2", python = ">=3.10,<3.11" },
]
importlib-metadata = { version = "^4.11", python = "<3.8" }
typing-extensions = { version = "^3", python = "<3.8" }
typing-extensions = "*"

[tool.poetry.extras]
qt = ["PyQt6-WebEngine"]
Expand Down

0 comments on commit 129e18b

Please sign in to comment.