We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 402ab9b commit 8c29161Copy full SHA for 8c29161
1 file changed
pyproject.toml
@@ -13,13 +13,12 @@ maintainers = [
13
]
14
description = "Graphical user interface for the PEtab format"
15
dependencies = [
16
- "wheel",
17
"pyside6",
18
"pandas",
19
"antimony",
20
"python-libsbml",
21
"matplotlib",
22
- "petab",
+ "petab>=0.5.0",
23
"qtawesome",
24
"copasi-basico",
25
"copasi-petab-importer"
@@ -29,14 +28,6 @@ license-files = ["LICENSE"]
29
28
[build-system]
30
requires = [
31
"setuptools>=77.0.0",
32
33
- "pyside6",
34
- "pandas",
35
- "antimony",
36
- "python-libsbml",
37
- "matplotlib",
38
39
- "qtawesome"
40
41
42
[project.optional-dependencies]
0 commit comments