From a5988fab058c5b8861ebdac158609a951a7e20b4 Mon Sep 17 00:00:00 2001 From: Chris Little Date: Fri, 12 Oct 2018 00:45:06 -0700 Subject: [PATCH] another try to get mybinder working --- notebooks/environment.yml | 14 -------------- notebooks/requirements.txt | 6 ++++++ 2 files changed, 6 insertions(+), 14 deletions(-) delete mode 100644 notebooks/environment.yml create mode 100644 notebooks/requirements.txt diff --git a/notebooks/environment.yml b/notebooks/environment.yml deleted file mode 100644 index 0238f6865..000000000 --- a/notebooks/environment.yml +++ /dev/null @@ -1,14 +0,0 @@ -name: conda-env -channels: - - conda-forge -dependencies: - - python - - numpy - - psutil - - toolz - - matplotlib - - dill - - pandas - - partd - - bokeh - - dask diff --git a/notebooks/requirements.txt b/notebooks/requirements.txt new file mode 100644 index 000000000..c0db1d964 --- /dev/null +++ b/notebooks/requirements.txt @@ -0,0 +1,6 @@ +numpy +pandas +scikit-learn +matplotlib +seaborn +tensorflow