We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 59efdd9 + 926e5ee commit 5b9554fCopy full SHA for 5b9554f
1 file changed
pyproject.toml
@@ -7,14 +7,18 @@ name = "concore"
7
version = "1.0.0"
8
description = "Concore workflow management CLI"
9
readme = "README.md"
10
-requires-python = ">=3.8"
+requires-python = ">=3.9"
11
license = {text = "MIT"}
12
dependencies = [
13
"click>=8.0.0",
14
"rich>=10.0.0",
15
"beautifulsoup4>=4.9.0",
16
"lxml>=4.6.0",
17
"psutil>=5.8.0",
18
+ "numpy>=1.19.0",
19
+ "pyzmq>=22.0.0",
20
+ "scipy>=1.5.0",
21
+ "matplotlib>=3.3.0",
22
]
23
24
[project.optional-dependencies]
0 commit comments