Skip to content

Commit

Permalink
Merge branch 'develop' into feature/docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
j-ittner committed Aug 29, 2020
2 parents e1edc34 + 33667e4 commit 4ba8b4b
Show file tree
Hide file tree
Showing 5 changed files with 516 additions and 7 deletions.
8 changes: 4 additions & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ resources:
repositories:
- repository: facet
type: github
endpoint: konst-int-i # todo - update to final github org
name: konst-int-i/facet # todo - update to final github org
endpoint: BCG-Gamma
name: BCG-Gamma/facet
ref: develop # todo - update to stable release
- repository: pytools
type: github
endpoint: konst-int-i # todo - update to final github org
name: konst-int-i/pytools # todo - update to final github org
endpoint: BCG-Gamma
name: BCG-Gamma/pytools
ref: develop # todo - update to stable release

stages:
Expand Down
4 changes: 4 additions & 0 deletions dev-setup.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh
conda env create -f environment.yml
conda activate sklearndf-develop
pre-commit install
37 changes: 37 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
name: sklearndf-develop
channels:
- conda-forge
- astropy
dependencies:
- conda-build
- conda-verify
- black >= 19.3
- boruta_py = 0.3.*
- docutils
- joblib = 0.13.*
- jupyter >= 1.0
- lightgbm = 2.3.*
- matplotlib = 3.1.*
- m2r = 0.2.*
- nbsphinx=0.4.*
- numpy = 1.16.*
- pandas = 0.24.*
- pip >= 19.1
- pluggy = 0.13.*
- pytest = 5.2.0
- pytest-cov = 2.8.*
- python = 3.7.*
- pyyaml = 5.1.*
- rsa = 4.0.*
- scikit-learn = 0.23.*
- scipy = 1.2.*
- sphinx = 3.1.*
- sphinx-autodoc-typehints = 1.11.*
- sphinx-automodapi = 0.12.*
- xlrd = 1.2.*
- yaml = 0.1.*
- pip:
- pre_commit == 1.16.*
- punch.py==1.6.*
- pydata-sphinx-theme == 0.3.*
- typing-inspect == 0.4.*
Loading

0 comments on commit 4ba8b4b

Please # to comment.