Skip to content

Commit

Permalink
move click to seperate section, remove req file
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusz-wozny committed Nov 20, 2023
1 parent 7a89dd6 commit d9e8ea4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 17 deletions.
7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ dependencies = [
"imbalanced-learn~=0.9.1",
"seaborn~=0.12.1",
"matplotlib~=3.6.2",
"click~=8.1.3",
"scikit-posthocs~=0.7.0",
"pydantic~=1.10.5",
]
Expand All @@ -41,19 +40,23 @@ notebooks = [
"tqdm~=4.64.1",
"jupyter~=1.0.0",
]
cli = [
"click~=8.1.3"
]
all = [
"multi-imbalance[test]",
"multi-imbalance[lint]",
"multi-imbalance[dev]",
"multi-imbalance[notebooks]",
"multi-imbalance[cli]"
]

[project.urls]
homepage = "https://github.com/damian-horna/multi-imbalance"
documentation = "https://github.com/damian-horna/multi-imbalance/blob/master/README.md"

[tool.pytest.ini_options]
addopts = "--cov=."
addopts = "--cov=multi_imbalance"
testpaths = ["tests"]

[tool.setuptools.packages.find]
Expand Down
13 changes: 0 additions & 13 deletions requirements.txt

This file was deleted.

4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ python =
[testenv]
setenv =
PYTHONPATH = {toxinidir}
deps =
-r{toxinidir}/requirements.txt
extras =
all
commands =
pytest --cov-report term-missing --basetemp={envtmpdir}
coverage combine
Expand Down

0 comments on commit d9e8ea4

Please sign in to comment.