Skip to content

Commit

Permalink
🙈 update & relax dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jvdd committed Jul 20, 2022
1 parent b5816a2 commit 4d3dd6a
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 57 deletions.
112 changes: 61 additions & 51 deletions poetry.lock

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

12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "powershap"
version = "0.0.7.1"
version = "0.0.8rc1"
description = "Feature selection using statistical significance of shap values"
authors = ["Jarne Verhaeghe, Jeroen Van Der Donckt"]
readme = "README.md"
Expand All @@ -9,13 +9,13 @@ repository = "https://github.com/predict-idlab/powershap"
keywords = ["feature selection", "shap", "data-science", "machine learning"]

[tool.poetry.dependencies]
python = ">=3.8,<3.10"
sklearn = "^0.0"
python = ">=3.7.1,<3.10"
sklearn = "*"
catboost = "^1.0.5"
statsmodels = "^0.13.2"
numpy = "^1.23.1"
pandas = "^1.4.3"
shap = "^0.41.0"
numpy = "^1.21"
pandas = "^1.3"
shap = "^0.40"

[tool.poetry.dev-dependencies]
pytest = "^7.1.1"
Expand Down

0 comments on commit 4d3dd6a

Please sign in to comment.