Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request #815 from engnadeau/build/dev-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
engnadeau authored Aug 22, 2022
2 parents 90e7e40 + 276fc9a commit 17986a6
Showing 1 changed file with 24 additions and 27 deletions.
51 changes: 24 additions & 27 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,33 +58,30 @@ numpy = ">=1.9"
scipy = ">=1.0"

[tool.poetry.dev-dependencies]
black = "^19.10b0"
coverage = "^5.2.1"
flake8 = "^3.8.3"
flake8-bugbear = "^20.1.4"
flake8-docstrings = "^1.5.0"
flake8-import-order = "^0.18.1"
hypothesis = "^5.26.0"
isort = "^5.4.2"
jupyter_contrib_nbextensions = "^0.5.1"
matplotlib = "^3.3.1"
mccabe = "^0.6.1"
mypy = "^0.782"
notebook = "^6.4.10"
pandas = "^1.1.0"
pep8-naming = "^0.11.1"
pydocstyle = "^5.0.2"
pytest = "^6.0.1"
pytest-cov = "^2.10.1"
pytest-randomly = "^3.4.1"
pytest-runner = "^5.2"
rope = "^0.17.0"
scikit-learn = "^0.23.2"
sphinx = "^3.2.1"
sphinx-autobuild = "^0.7.1"
sphinx-rtd-theme = "^0.5.0"
sphinxcontrib-apidoc = "^0.3.0"
vulture = "^2.0"
black = ">=22.1"
coverage = ">=6"
flake8 = ">=4"
flake8-bugbear = "*"
hypothesis = ">=6"
isort = ">=5.5"
matplotlib = "*"
mccabe = "*"
mypy = ">=0.960"
notebook = "*"
pandas = "*"
pep8-naming = "*"
pydocstyle = ">=6"
pytest = ">=7"
pytest-cov = "*"
pytest-randomly = "*"
pytest-runner = "*"
rope = ">=1"
scikit-learn = "*"
sphinx = "*"
sphinx-autobuild = "*"
sphinx-rtd-theme = "*"
sphinxcontrib-apidoc = "*"
vulture = ">=2.0"

[tool.black]
line-length = 88
Expand Down

0 comments on commit 17986a6

Please sign in to comment.