Skip to content

Commit

Permalink
Transfer dev deps to dev section: Update pyproject.toml (lava-nc#355)
Browse files Browse the repository at this point in the history
* Update pyproject.toml
  • Loading branch information
mgkwill authored Sep 21, 2022
1 parent 168265d commit 00f9d6f
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,17 +45,15 @@ classifiers = [
[tool.poetry.dependencies]
python = ">=3.8, <3.11"

matplotlib = "^3.5.1"
numpy = "^1.22.2"
pytest = "^7.0.1"
scipy = "^1.8.0"
unittest2 = "^1.1.0"
networkx = "<=2.8"

[tool.poetry.dev-dependencies]
matplotlib = "^3.5.1"
nbformat = "^5.3.0"
nbconvert = "^6.5.1"
pandas = "^1.4.2"

[tool.poetry.dev-dependencies]
bandit = "1.7.2"
coverage = "^6.3.2"
darglint = "^1.8.1"
Expand All @@ -73,12 +71,12 @@ flake8-spellcheck = "^0.25.0"
flakeheaven = "^0.11.1"
pep8-naming = "^0.12.1"
poetry = "^1.1.13"
unittest2 = "^1.1.0"
pytest = "^7.0.1"
pytest-cov = "^3.0.0"
sphinx = { extras = ["toml"], version = "^4.4.0" }
sphinx-tabs = { extras = ["toml"], version = "^3.2.0" }
sphinx_rtd_theme = { extras = ["toml"], version = "^1.0.0" }
unittest2 = "^1.1.0"
autopep8 = "^1.6.0"
ipykernel = "^6.15.0"

Expand Down

0 comments on commit 00f9d6f

Please sign in to comment.