Skip to content

Commit

Permalink
Add pypdf2 to dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
luciansmith committed Oct 10, 2024
1 parent b2581f2 commit 3d00618
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
20 changes: 19 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,15 @@ exclude = ['tests', 'tests.*']

[tool.poetry.dependencies]
python = "^3.10"
tellurium = "^2.2.10"
biosimulators_utils = {version = "^0.2.3", extras = ["logging", "sbml"]}
docker = "^7.1.0"
kisao = "^2.34"
libroadrunner = "^2.7.0"
lxml = "^4.9.2"
numpy = "^1.24.4"
pandas = "^2.0.2"
tellurium = "^2.2.10"
docker = "^7.1.0"
pyPDF2 = "^3.0.1"

[tool.poetry.group.dev.dependencies]
flake8 = "^7.1.1"
Expand Down

0 comments on commit 3d00618

Please sign in to comment.