Skip to content

Commit 926e5ee

Browse files
committed
add missing deps to pyproject.toml
fixes #354
1 parent c29ef2d commit 926e5ee

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,18 @@ name = "concore"
77
version = "1.0.0"
88
description = "Concore workflow management CLI"
99
readme = "README.md"
10-
requires-python = ">=3.8"
10+
requires-python = ">=3.9"
1111
license = {text = "MIT"}
1212
dependencies = [
1313
"click>=8.0.0",
1414
"rich>=10.0.0",
1515
"beautifulsoup4>=4.9.0",
1616
"lxml>=4.6.0",
1717
"psutil>=5.8.0",
18+
"numpy>=1.19.0",
19+
"pyzmq>=22.0.0",
20+
"scipy>=1.5.0",
21+
"matplotlib>=3.3.0",
1822
]
1923

2024
[project.optional-dependencies]

0 commit comments

Comments
 (0)