Skip to content

Commit

Permalink
[devops] Dev dependencies groups restructure (#1442)
Browse files Browse the repository at this point in the history
* reset poetry lock

* bump-pandas-stubs-2

* clean dependency groups

* undo pandas-stubs upgrade - handle separate

* update lock file
  • Loading branch information
ourownstory authored Oct 5, 2023
1 parent 90a5af5 commit 8d65428
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 8d65428

Please sign in to comment.