Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
Avoid long dependency resolution python-poetry/poetry#5121 (comment)
  • Loading branch information
MalteOlle authored Jun 30, 2022
1 parent 0a07f50 commit 1aa4898
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 @@ -17,7 +17,7 @@ classifiers = [


[tool.poetry.dependencies]
python = ">=3.7.1,<3.10"
python = ">=3.8,<3.10"
# we just initialize empty Dataframes, so we do not specify a verison here
pandas = "*"
pyqtgraph = "0.11.0"
Expand Down

0 comments on commit 1aa4898

Please sign in to comment.