added plotly and graphviz to anaconda datascience environments

This commit is contained in:
2019-11-06 15:09:59 +01:00
parent 7f3cee67da
commit f000f49893
2 changed files with 4 additions and 0 deletions

View File

@@ -17,6 +17,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

@@ -18,5 +18,7 @@ dependencies:
- deap
- nb_conda_kernels
- ipywidgets
- plotly
- dask
- dask-jobqueue
- python-graphviz