Skip to content

Commit

Permalink
Update dependencies, loosen restrictions
Browse files Browse the repository at this point in the history
  • Loading branch information
n8henrie committed Aug 30, 2024
1 parent 1979feb commit 8fdf562
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,19 +52,19 @@ dependencies = [

[project.optional-dependencies]
test = [
"flake8 == 3.9.2",
"flake8-docstrings == 1.6.0",
"flake8-import-order == 0.18.1",
"isort == 5.11.5",
"jupyterlab == 3.6.3",
"mypy == 1.2.0",
"pep8-naming == 0.12.1",
"playwright == 1.14.1",
"pytest == 7.3.1",
"tox == 4.5.1",
"flake8 == 7",
"flake8-docstrings == 1.7",
"flake8-import-order == 0.18.2",
"isort == 5",
"jupyterlab >= 4",
"mypy == 1",
"notebook >= 7",
"pep8-naming == 0.14",
"playwright == 1.46",
"pytest == 8",
"tox == 4",
]
dev = [
"build == 0.9.0",
"twine == 4.0.1",
"wheel == 0.37.0",
"build == 1",
"twine == 5",
]

0 comments on commit 8fdf562

Please sign in to comment.