From fe2ac89f61818dd66901f4671168859399b6561f Mon Sep 17 00:00:00 2001 From: Luis Scoccola Date: Fri, 21 Jul 2023 12:55:25 -0400 Subject: [PATCH] docs: not mention jupyter dash in readme and docs --- README.md | 2 +- docs/index.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d2d19d0..ec0b1d3 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ clustering_labels = pi.cluster() Make sure you are using Python 3. Persistable depends on the following python packages, which will be installed automatically when you install with `pip`: -`numpy`, `scipy`, `scikit-learn`, `cython`, `plotly`, `dash`, `jupyter_dash`, `diskcache`, `multiprocess`, `psutil`. +`numpy`, `scipy`, `scikit-learn`, `cython`, `plotly`, `dash`, `diskcache`, `multiprocess`, `psutil`. To install from pypi, simply run the following: ```bash diff --git a/docs/index.rst b/docs/index.rst index e7e8f09..6cf40bc 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -15,7 +15,7 @@ Installing Make sure you are using Python 3. Persistable depends on the following python packages, which will be installed automatically when you install with `pip`: -`numpy`, `scipy`, `scikit-learn`, `cython`, `plotly`, `dash`, `jupyter_dash`, `diskcache`, `multiprocess`, `psutil`. +`numpy`, `scipy`, `scikit-learn`, `cython`, `plotly`, `dash`, `diskcache`, `multiprocess`, `psutil`. To install the latest release: