Skip to content

Commit

Permalink
update build with sklearndf dependency (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-bentley authored Nov 4, 2020
1 parent 6267703 commit 63828a2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Anaconda

.. code-block:: RST
conda install gamma-facet
conda install -c bcg_gamma gamma-facet
Pip
~~~~~~~~~~~
Expand Down
2 changes: 1 addition & 1 deletion condabuild/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ requirements:
- scikit-learn{{ environ.get('FACET_V_SCIKIT_LEARN') }}
- shap{{ environ.get('FACET_V_SHAP') }}
- gamma-pytools{{ environ.get('FACET_V_GAMMA_PYTOOLS') }}
- gamma-sklearndf{{ environ.get('FACET_V_GAMMA_SKLEARNDF') }}
- sklearndf{{ environ.get('FACET_V_SKLEARNDF') }}
- pyyaml{{ environ.get('FACET_V_PYYAML') }}
test:
imports:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ requires = [
"pyyaml >=5.0",
"joblib >=0.13,<1.17",
"gamma-pytools >=1.0.0",
"gamma-sklearndf >=1.0.0",
"sklearndf >=1.0.0",
]

requires-python = ">=3.6,<4"
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ setenv =
deps =
pip >= 20
gamma-pytools {env:FACET_V_GAMMA_PYTOOLS}
gamma-sklearndf {env:FACET_V_GAMMA_SKLEARNDF}
sklearndf {env:FACET_V_SKLEARNDF}

extras =
testing
Expand All @@ -38,7 +38,7 @@ deps =
scikit-learn{env:FACET_V_SCIKIT_LEARN}
shap{env:FACET_V_SHAP}
gamma-pytools{env:FACET_V_GAMMA_PYTOOLS}
gamma-sklearndf{env:FACET_V_GAMMA_SKLEARNDF}
sklearndf{env:FACET_V_SKLEARNDF}

[flake8]

Expand Down

0 comments on commit 63828a2

Please sign in to comment.