From ba8cb633dcb82830d3dcea78c692a2b456088dce Mon Sep 17 00:00:00 2001 From: Shaked Zychlinski Date: Thu, 20 Jun 2024 14:55:58 +0300 Subject: [PATCH] Update installation.md --- docs/getting_started/installation.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/docs/getting_started/installation.md b/docs/getting_started/installation.md index 8dfc906..ad314d2 100644 --- a/docs/getting_started/installation.md +++ b/docs/getting_started/installation.md @@ -26,14 +26,3 @@ pip install git+https://github.com/shakedzy/dython.git` * Download the source code as a [ZIP file](https://github.com/shakedzy/dython/zipball/master) * Download the source code as a [TAR ball](https://github.com/shakedzy/dython/tarball/master) -## Dependencies - -Dython requires Python 3.5 or higher, and the following packages: - -* `numpy` -* `pandas` -* `seaborn` -* `scipy` -* `matplotlib` -* `sklearn` -* `scikit-plot` \ No newline at end of file