From 8d654283770d56dc19d576674b446726c8a0d788 Mon Sep 17 00:00:00 2001 From: Oskar Triebe Date: Thu, 5 Oct 2023 15:06:48 -0700 Subject: [PATCH] [devops] Dev dependencies groups restructure (#1442) * reset poetry lock * bump-pandas-stubs-2 * clean dependency groups * undo pandas-stubs upgrade - handle separate * update lock file --- poetry.lock | 2 +- pyproject.toml | 8 ++------ 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index a93879aaf..eb971b9d2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4295,4 +4295,4 @@ live = ["livelossplot"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<3.11" -content-hash = "423eaf86744860343ba81413b29e6e514591bc357b69827a48b9663727abc1ed" +content-hash = "9d0b52a2511818dbe02eb29ef88b846b3cdc9cc0428b1fb6c8603cafca59d3a1" diff --git a/pyproject.toml b/pyproject.toml index 6317c73fe..dc9a12530 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" @@ -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] @@ -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 = '''