Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Barry57 authored Oct 30, 2024
1 parent 704cbc4 commit 42140e1
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,21 @@ traitlets = "^5.5.0"
pre-commit = "^3.3.1"
absolufy-imports = "^0.3.1"
codespell = "^2.2.4"

[tool.poetry.group.test.dependencies]
pytest-cov = "^4.0.0"
pytest = "^7.2.2"
scikit-learn = "^1.2.2"

[tool.poetry.group.docs.dependencies]
yfinance = "^0.2.12"
tabulate = "^0.9.0"
tensorflow-datasets = "^4.8.3"
xlrd = "^2.0.1"
openpyxl = "^3.1.2"
myst-nb = "^1.1.0"
jupytext = "^1.14.5"

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

0 comments on commit 42140e1

Please sign in to comment.