From 7e2f962de434b1a68c35a6fc103f3d9689cdce9c Mon Sep 17 00:00:00 2001 From: j-ittner Date: Wed, 12 Apr 2023 08:49:46 +0200 Subject: [PATCH] BUILD: update package versions --- azure-pipelines.yml | 2 +- environment.yml | 48 ++++++++++++++++++++++----------------------- 2 files changed, 25 insertions(+), 25 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 0fafde00..53e42092 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -54,7 +54,7 @@ stages: versionSpec: '3.9' displayName: 'use Python 3.9' - script: | - python -m pip install isort~=5.10 + python -m pip install isort~=5.12 python -m isort --check --diff . displayName: 'Run isort' - job: diff --git a/environment.yml b/environment.yml index 3fb01f8f..60414b58 100644 --- a/environment.yml +++ b/environment.yml @@ -6,37 +6,37 @@ dependencies: # run - boruta_py ~= 0.3 - gamma-pytools ~= 2.0, != 2.0.0 - - joblib ~= 1.1 - - lightgbm ~= 3.3 - - matplotlib ~= 3.5 + - joblib ~= 1.2 + - lightgbm ~= 3.3.4 + - matplotlib ~= 3.6.3 - numpy ~= 1.23.5 - pandas ~= 1.5.3 - - python ~= 3.9 + - python ~= 3.9.15 - scikit-learn ~= 1.0.2 - - scipy ~= 1.8 + - scipy ~= 1.10.0 - xgboost ~= 1.5 # build/test - - conda-build ~= 3.21 - - conda-verify ~= 3.1 - - docutils ~= 0.17 - - flit ~= 3.0 - - jinja2 ~= 2.11 + - conda-build ~= 3.23.3 + - conda-verify ~= 3.1.1 + - docutils ~= 0.17.1 + - flit ~= 3.8.0 + - jinja2 ~= 2.11.3 - markupsafe ~= 2.0.1 # markupsafe 2.1 breaks support for jinja2 - - m2r ~= 0.2 - - pluggy ~= 0.13 - - pre-commit ~= 2.20 - - pytest ~= 7.1 - - pytest-cov ~= 2.12 - - pyyaml ~= 5.4 - - toml ~= 0.10 - - tox ~= 3.24 - - yaml ~= 0.2 + - m2r ~= 0.3.1 + - pluggy ~= 0.13.1 + - pre-commit ~= 2.21.0 + - pytest ~= 7.2.1 + - pytest-cov ~= 2.12.1 + - pyyaml ~= 5.4.1 + - toml ~= 0.10.2 + - tox ~= 3.27.1 + - yaml ~= 0.2.5 # sphinx - nbsphinx ~= 0.8.9 - - sphinx ~= 4.5 - - sphinx-autodoc-typehints ~= 1.19 + - sphinx ~= 4.5.0 + - sphinx-autodoc-typehints ~= 1.19.2 - pydata-sphinx-theme ~= 0.8.1 # notebooks - - jupyterlab ~= 3.2 - - openpyxl ~= 3.0 - - seaborn ~= 0.11 + - jupyterlab ~= 3.5.2 + - openpyxl ~= 3.0.10 + - seaborn ~= 0.12.2