Skip to content

Commit

Permalink
fix(deps)
Browse files Browse the repository at this point in the history
  • Loading branch information
majensen committed Feb 14, 2023
1 parent e541a0e commit 4c086e1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions python/poetry.lock

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

2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Tools = ["click", "numpy", "pandas", "spacy"] #"scispacy",
[tool.poetry.group.dev.dependencies]
pytest = "^7.2.0"
# docker-compose = {version = "^1.29.2", optional = true}
pytest-docker = {version = "^1.0.1", optional = true}
pytest-docker = "^1.0.1"
requests = "^2.28.1"
myst-nb = {version = "^0.17.1", python = "^3.8"}
sphinx-autoapi = "^2.0.1"
Expand Down

0 comments on commit 4c086e1

Please sign in to comment.