Skip to content

Commit

Permalink
⬆️ update dependencies (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
jvdd authored Aug 24, 2024
1 parent c05ca2a commit 7b625ed
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 31 deletions.
67 changes: 39 additions & 28 deletions poetry.lock

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

12 changes: 9 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,20 @@ numpy = [
{ version = ">=1.24", python = ">=3.11"}
]
tqdm = "^4.62.3"
multiprocess = "^0.70.12"
dill = "^0.3.4"
multiprocess = [
{ version = "^0.70.12", python = "<3.8" },
{ version = "^0.70.16", python = ">=3.8" },
]
dill = [
{ version = "^0.3.4", python = "<3.8" },
{ version = "^0.3.8", python = ">=3.8" },
]

[tool.poetry.dev-dependencies]
pydocstyle = "^5.1.1"
Sphinx = "^3.5.2"
jupyterlab = "^3.2.9"
memory-profiler = "^0.58.0"
memory-profiler = "^0.61.0"
pytest = "^7.4.4"
pytest-cov = "^4.1.0"
pytest-benchmark = "^4.0.0"
Expand Down

0 comments on commit 7b625ed

Please sign in to comment.