Skip to content

Commit

Permalink
clean dependency groups
Browse files Browse the repository at this point in the history
  • Loading branch information
ourownstory committed Oct 5, 2023
1 parent 3a5cdda commit 499b0ef
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ matplotlib = "^3.5.3"
numpy = "^1.22.0"
pandas = "^1.3.5"
plotly = "^5.13.1"
kaleido = "0.2.1"
plotly-resampler = "^0.8.3.1"
pytorch-lightning = "^1.9.4"
tensorboard = "^2.11.2"
Expand All @@ -38,18 +37,17 @@ livelossplot = { version = "^0.5.5", optional = true }
[tool.poetry.extras]
live = ["livelossplot"]


[tool.poetry.group.dev.dependencies]
black = { extras = ["jupyter"], version = "^23.1.0" }
flake8 = "^5.0.4"
isort = "^5.11.5"
pytest = "^7.2.2"

[tool.poetry.group.tests]
optional = true

[tool.poetry.group.tests.dependencies]
kaleido = "0.2.1"
pytest = "^7.2.2"
pytest-cov = "^4.0.0"

[tool.poetry.group.docs]
Expand All @@ -63,18 +61,16 @@ sphinx = "^4.2.0"
sphinx-fontawesome = "^0.0.6"
furo = "^2022.9.29"


[tool.poetry.group.pyright.dependencies]
pandas-stubs = "^2"


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

[tool.black]
line-length = 120
target-version = ['py39']
target-version = ['py310']
include = '\.pyi?$'
exclude = '''
Expand Down

0 comments on commit 499b0ef

Please sign in to comment.