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