Skip to content

Commit

Permalink
revert env changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-bentley committed Jan 12, 2021
1 parent 2458938 commit 02d0684
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ channels:
dependencies:
- black = 20.8b1
- boruta_py = 0.3.*
- conda-build = 3.20.*
- conda-verify = 3.1.*
- docutils = 0.16.*
- conda-build
- conda-verify
- docutils
- flake8 = 3.8.*
- flake8-comprehensions = 3.2.*
- flit = 3.0.*
- flit = 3.0
- isort = 5.5.*
- joblib = 1.0.*
- joblib = 0.16.*
- jupyter >= 1.0
- lightgbm = 3.*
- lightgbm = 3.0.*
- m2r = 0.2.*
- matplotlib = 3.3.*
- nbsphinx = 0.7.*
Expand All @@ -26,16 +26,16 @@ dependencies:
- pytest = 5.2.*
- pytest-cov = 2.8.*
- python = 3.8.*
- pyyaml = 5.3.*
- pyyaml = 5.1.*
- scikit-learn >=0.23.1,<0.24
- scipy = 1.5.*
- seaborn = 0.11.*
- shap = 0.35.*
- sphinx = 3.4.*
- sphinx = 3.2.*
- sphinx-autodoc-typehints = 1.11.*
- tableone = 0.7.*
- toml = 0.10.*
- tox = 3.20.*
- typing_inspect = 0.6.*
- xlrd = 1.2.*
- yaml = 0.2.*
- yaml = 0.1.*

0 comments on commit 02d0684

Please sign in to comment.