Skip to content

Commit

Permalink
Merge pull request #260 from BCG-Gamma/dev/1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
j-ittner authored Mar 19, 2021
2 parents 36b97fd + dff8c8d commit 9ff51fb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ license = "Apache Software License v2.0"

requires = [
# direct requirements of gamma-facet
"gamma-pytools <2",
"gamma-pytools >=1.0.2,<2",
"matplotlib >=3.0,<3.4",
"numpy >=1.16,<1.21",
"packaging >=20",
"pandas >=0.24,<1.3",
"scipy >=1.2,<1.6",
"shap >=0.34,<0.39",
"sklearndf >=1.0.2rc0,<2",
"sklearndf >=1.0.2,<2",
# additional requirements of sklearndf
"boruta >=0.3",
"lightgbm >=3.0",
Expand Down Expand Up @@ -78,15 +78,15 @@ Repository = "https://github.com/BCG-Gamma/facet"

[build.matrix.min]
# direct requirements of gamma-facet
gamma-pytools = "<1.1"
gamma-pytools = "=1.0.2"
matplotlib = "=3.0.*"
numpy = "=1.16.*"
packaging = "=20.*"
pandas = "=0.24.*"
python = "=3.6.*"
scipy = "=1.2.*"
shap = "=0.34.*"
sklearndf = "=1.0.2rc0"
sklearndf = "=1.0.2"
# additional requirements of sklearndf
boruta = "=0.3.*"
lightgbm = "=3.0.*"
Expand All @@ -104,7 +104,7 @@ pandas = "<1.3"
python = "=3.8.*"
scipy = "<1.6"
shap = ">=0.37,<0.39"
sklearndf = ">=1.0.2rc0,<2"
sklearndf = ">=1.0.2,<2"
# additional requirements of sklearndf
boruta = ">=0.3"
lightgbm = ">=3.0"
Expand Down Expand Up @@ -133,4 +133,4 @@ exclude = '''
| sphinx
)/
)
'''
'''
2 changes: 1 addition & 1 deletion src/facet/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"""


__version__ = "1.0.2rc0"
__version__ = "1.0.2"

__logo__ = (
r"""
Expand Down

0 comments on commit 9ff51fb

Please sign in to comment.