Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
almostintuitive authored May 25, 2023
1 parent adb9229 commit e4ce119
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ python = ">=3.7.1,<3.11"
catboost = "^1.0.5"
statsmodels = "^0.13.2"
numpy = "^1.21"
pandas = "^1.3"
pandas = ">=1.3"
shap = "^0.40"
scikit-learn = "*"

Expand Down Expand Up @@ -55,4 +55,4 @@ include_trailing_comma = true
force_grid_wrap = 0
combine_as_imports = true
color_output = true
skip = "tests/toml_test.py"
skip = "tests/toml_test.py"

0 comments on commit e4ce119

Please sign in to comment.