From 5e4ad13ee7919c32ba9d7106ed8852818c16e931 Mon Sep 17 00:00:00 2001 From: Jan Ittner Date: Wed, 13 Jan 2021 15:29:55 +0100 Subject: [PATCH 1/2] update the environment.yml --- environment.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/environment.yml b/environment.yml index f3873010f..651dda64d 100644 --- a/environment.yml +++ b/environment.yml @@ -4,16 +4,16 @@ channels: dependencies: - black = 20.8b1 - boruta_py = 0.3.* - - conda-build - - conda-verify - - docutils - - flit = 3.0 + - conda-build = 3.20.* + - conda-verify = 3.1.* + - docutils = 0.16.* - flake8 = 3.8.* - flake8-comprehensions = 3.2.* + - flit = 3.0.* - isort = 5.5.* - - joblib = 0.16.* + - joblib = 1.0.* - jupyter >= 1.0 - - lightgbm = 3.0.* + - lightgbm = 3.* - m2r = 0.2.* - matplotlib = 3.3.* - nbsphinx = 0.7.* @@ -26,16 +26,16 @@ dependencies: - pytest = 5.2.* - pytest-cov = 2.8.* - python = 3.8.* - - pyyaml = 5.1.* + - pyyaml = 5.3.* - scikit-learn >=0.23.1,<0.24 - scipy = 1.5.* - seaborn = 0.11.* - shap = 0.35.* - - sphinx = 3.2.* + - sphinx = 3.4.* - sphinx-autodoc-typehints = 1.11.* - tableone = 0.7.* - - typing_inspect = 0.6.* - toml = 0.10.* - tox = 3.20.* + - typing_inspect = 0.6.* - xlrd = 1.2.* - - yaml = 0.1.* \ No newline at end of file + - yaml = 0.2.* \ No newline at end of file From 810e2ffbcf276aa9d9a10fc9e909d252536518d2 Mon Sep 17 00:00:00 2001 From: Jan Ittner Date: Wed, 20 Jan 2021 13:55:17 +0100 Subject: [PATCH 2/2] remove a print() statement accidentally left in after debugging --- src/facet/selection/_selection.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/facet/selection/_selection.py b/src/facet/selection/_selection.py index 9420418a4..a60402fbf 100644 --- a/src/facet/selection/_selection.py +++ b/src/facet/selection/_selection.py @@ -165,7 +165,6 @@ def _clip(i: int, i_max: int) -> int: return min(i, i_max) if isinstance(pos, slice): - print(pos) return [ _get(i) for i in range(