Switch to environment.yml for Binder setup

This commit is contained in:
Ray Speth 2018-08-23 23:54:05 -04:00
parent 08b1ac73d5
commit 7a46682668
2 changed files with 8 additions and 9 deletions

View file

@ -1,9 +0,0 @@
FROM andrewosh/binder-base
MAINTAINER Raymond Speth <speth@mit.edu>
USER root
RUN conda install -n python3 -c cantera/label/dev -c cantera cantera
USER main

8
environment.yml Normal file
View file

@ -0,0 +1,8 @@
name: cantera-latest
channels:
- cantera
- cantera/label/dev
dependencies:
- cantera
- matplotlib
- pandas