Skip to content

Commit

Permalink
Add qt as depedency
Browse files Browse the repository at this point in the history
  • Loading branch information
foarsitter committed Jan 5, 2024
1 parent 3c6de58 commit 4918c62
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ requirements:
- poetry
- python
- pip
- qt
- setuptools
- blinker ==1.5
- matplotlib >=3.6.0
Expand All @@ -29,6 +30,7 @@ requirements:
- poetry
- python
- pip
- qt
- setuptools
- blinker ==1.5
- matplotlib >=3.6.0
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "2022.1.20"
description = "Decide exchange model"
authors = ["Jelmer Draaijer <[email protected]>"]
readme = "README.md"
packages = [{include = "decide"}]
packages = [{ include = "decide" }]

[tool.poetry.dependencies]
python = "^3.9"
Expand Down

0 comments on commit 4918c62

Please sign in to comment.