Skip to content

Commit

Permalink
BUILD: simplify development environment
Browse files Browse the repository at this point in the history
  • Loading branch information
j-ittner committed May 24, 2023
1 parent 1bd64ed commit ea41a47
Showing 1 changed file with 8 additions and 18 deletions.
26 changes: 8 additions & 18 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,35 +4,25 @@ channels:
- bcg_gamma
dependencies:
# run
- boruta_py ~= 0.3
- gamma-pytools ~= 2.1
- joblib ~= 1.2
- lightgbm ~= 3.3
- matplotlib ~= 3.7
- numpy ~= 1.23
- numpy ~= 1.24
- pandas ~= 2.0
- python ~= 3.9
- scikit-learn ~= 1.2.0
- scipy ~= 1.10
- shap ~= 0.41
- sklearndf ~= 2.2
- typing_extensions ~= 4.3
# build/test
- 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.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
# additional packages for notebooks etc.
- pip ~= 23.0
- pip:
- arfs ~= 1.1
# test
- pytest ~= 7.2.1
- pytest-cov ~= 2.12.1
# sphinx
- nbsphinx ~= 0.8.9
- sphinx ~= 4.5.0
Expand Down

0 comments on commit ea41a47

Please sign in to comment.