Merge branch '65-update-anaconda-envs-for-xlrd-jupytext-conda-build' into 'master'

Resolve "update anaconda envs for xlrd, jupytext, conda-build"

Closes #65

See merge request Pmodules/buildblocks!79
This commit is contained in:
2019-11-07 15:31:24 +01:00
6 changed files with 13 additions and 1 deletions

View File

@@ -5,6 +5,7 @@ channels:
dependencies:
- python=3.6
- pandas
- xlrd
- numpy
- scipy
- scikit-learn
@@ -17,6 +18,8 @@ dependencies:
- deap
- nb_conda_kernels
- ipywidgets
- plotly
- python-graphviz
# Note that the dask 2.1.0 with python 3.6 led to a non-functioning configuration
# (serialization errors in dask). Therefore we exclude it here.
# - dask

View File

@@ -5,6 +5,7 @@ channels:
dependencies:
- python=3.7
- pandas
- xlrd
- numpy
- scipy
- scikit-learn
@@ -18,5 +19,9 @@ dependencies:
- deap
- nb_conda_kernels
- ipywidgets
- plotly
- dask
- dask-jobqueue
- python-graphviz
- bayesian-optimization

View File

@@ -6,4 +6,5 @@ channels:
dependencies:
- python=3.6
- ldapuserdir
- cython # for pyslurm
- conda-build

View File

@@ -9,3 +9,4 @@ dependencies:
- jupyter_contrib_nbextensions
- ipywidgets
- pip
- jupytext

View File

@@ -4,6 +4,7 @@ channels:
dependencies:
- python=3.6
- pandas
- xlrd
- numpy
- scipy
- scikit-learn

View File

@@ -5,6 +5,7 @@ channels:
dependencies:
- python=3.6
- pandas
- xlrd
- numpy
- scipy
- scikit-learn