Skip to content

Commit

Permalink
closes #122
Browse files Browse the repository at this point in the history
  • Loading branch information
dilpath committed Nov 25, 2024
1 parent d5db226 commit c242cf9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ requires-python = ">=3.10"
license = {text = "BSD-3-Clause"}
dependencies = [
# TODO minimum versions
"more-itertools",
"numpy",
"pandas",
"petab",
"pyyaml",
"click",
"dill",
"more-itertools>=10.5.0",
"numpy>=1.15.1",
"pandas>=1.2.0",
"petab>=0.5.0",
"pyyaml>=6.0.2",
"click>=8.1.7",
"dill>=0.3.9",
]
[project.optional-dependencies]
plot = [
Expand Down

0 comments on commit c242cf9

Please sign in to comment.