Skip to content

Commit

Permalink
DEV: update package requirements for facet-develop conda environment
Browse files Browse the repository at this point in the history
  • Loading branch information
j-ittner committed Jul 28, 2021
1 parent e988bb5 commit 545ade5
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,43 +5,43 @@ channels:
dependencies:
# run
- boruta_py ~= 0.3
- gamma-pytools ~= 1.1
- joblib = 1.*
- gamma-pytools ~= 1.2, >= 1.2.1
- joblib ~= 1.0
- lightgbm ~= 3.2
- matplotlib ~= 3.3
- numpy ~= 1.17
- pandas ~= 1.2
- pandas ~= 1.3
- python ~= 3.8
- scikit-learn ~= 0.23.1
- scipy = 1.5.*
- sklearndf ~= 1.1
- scikit-learn ~= 0.24.2
- scipy ~= 1.5
- sklearndf ~= 1.2
# build/test
- black = 20.8b1
- conda-build ~= 3.20
- conda-verify ~= 3.1
- docutils = 0.16.*
- flit = 3.0.*
- docutils ~= 0.16
- flit ~= 3.0
- isort ~= 5.5
- jinja2 ~= 2.11
- m2r = 0.2.*
- m2r ~= 0.2
- pluggy ~= 0.13
- pre-commit ~= 2.7
- pydata-sphinx-theme = 0.4.*
- pydata-sphinx-theme ~= 0.4.0
- pytest ~= 5.2
- pytest-cov ~= 2.8
- pyyaml ~= 5.1
- sphinx = 3.4.*
- sphinx-autodoc-typehints = 1.11.*
- toml = 0.10.*
- tox = 3.20.*
- sphinx ~= 3.4
- sphinx-autodoc-typehints ~= 1.11
- toml ~= 0.10
- tox ~= 3.20
- yaml ~= 0.2
# notebooks
- jupyterlab = 3.*
- nbclassic ~= 0.2.8
- nbsphinx ~= 0.8.5
- openpyxl = 3.*
- seaborn = 0.11.*
- tableone = 0.7.*
- jupyterlab ~= 3.0
- nbclassic ~= 0.2
- nbsphinx ~= 0.8
- openpyxl ~= 3.0
- seaborn ~= 0.11
- tableone ~= 0.7
# pip
- pip >= 20
- pip:
Expand Down

0 comments on commit 545ade5

Please sign in to comment.